Shades of Pear #CFED4C
Tints of Pear #CFED4C
RGB
CMYK
RGB Variations
Color information
#CFED4C (or 0xCFED4C) is known color: Pear. HEX triplet: CF, ED and 4C. RGB value is (207,237,76). Sum of RGB (Red+Green+Blue) = 207+237+76=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED4C is #3012B3. Grayscale: #D2D2D2. Windows color (decimal): -3150516 or 5041615. OLE color: 5041615.
HSL color Cylindrical-coordinate representation of color #CFED4C: hue angle of 71.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFED4C is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 76 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.07 |
| HSL | 71.18º | 0.82% | 0.61% | - |
| HSV(B) | 71.18º | 0.68% | 0.93% | - |
| XYZ | 57.32 | 74.36 | 18.17 | - |
| YUV | 209.68 | 52.56 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 76 | 0.13 | 0 | 0.68 | 0.07 | 71.18 | 0.82 | 0.61 |
| Hex | CF | ED | 4C | D | 0 | 44 | 7 | 47 | 52 | 3D |
| Octal | 317 | 355 | 114 | 15 | 0 | 104 | 7 | 107 | 122 | 75 |
| Binary | 11001111 | 11101101 | 1001100 | 1101 | 0 | 1000100 | 111 | 1000111 | 1010010 | 111101 |
Color Harmonies of #CFED4C
Complementary color
Monochromatic Colors of #CFED4C
Black with #CFED4C
Text Example
Text Example
White with #CFED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED4C; }
p { color: rgb(207,237,76); }
H1.HeaderClassName
{
color: #CFED4C;
}
.AnyTagClassName
{
color: #CFED4C;
}
</style>
background-color css
<style>
a { background-color: #CFED4C; }
a { background-color: rgb(207,237,76); }
div.DivClassName
{
background-color: #CFED4C;
}
.BgClassName
{
background-color: #CFED4C;
}
</style>
border-color css
<style>
span { border-color: #CFED4C; }
span { border-color: rgb(207,237,76); }
td.TdClassName
{
border-color: #CFED4C;
}
.TagClassName
{
border-color: #CFED4C;
}
</style>