Shades of Pear #CFEC4D
Tints of Pear #CFEC4D
RGB
CMYK
RGB Variations
Color information
#CFEC4D (or 0xCFEC4D) is known color: Pear. HEX triplet: CF, EC and 4D. RGB value is (207,236,77). Sum of RGB (Red+Green+Blue) = 207+236+77=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC4D is #3013B2. Grayscale: #D1D1D1. Windows color (decimal): -3150771 or 5106895. OLE color: 5106895.
HSL color Cylindrical-coordinate representation of color #CFEC4D: hue angle of 70.94º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFEC4D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 77 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.07 |
| HSL | 70.94º | 0.81% | 0.61% | - |
| HSV(B) | 70.94º | 0.67% | 0.93% | - |
| XYZ | 57.07 | 73.79 | 18.26 | - |
| YUV | 209.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 77 | 0.12 | 0 | 0.67 | 0.07 | 70.94 | 0.81 | 0.61 |
| Hex | CF | EC | 4D | C | 0 | 43 | 7 | 47 | 51 | 3D |
| Octal | 317 | 354 | 115 | 14 | 0 | 103 | 7 | 107 | 121 | 75 |
| Binary | 11001111 | 11101100 | 1001101 | 1100 | 0 | 1000011 | 111 | 1000111 | 1010001 | 111101 |
Color Harmonies of #CFEC4D
Complementary color
Monochromatic Colors of #CFEC4D
Black with #CFEC4D
Text Example
Text Example
White with #CFEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC4D; }
p { color: rgb(207,236,77); }
H1.HeaderClassName
{
color: #CFEC4D;
}
.AnyTagClassName
{
color: #CFEC4D;
}
</style>
background-color css
<style>
a { background-color: #CFEC4D; }
a { background-color: rgb(207,236,77); }
div.DivClassName
{
background-color: #CFEC4D;
}
.BgClassName
{
background-color: #CFEC4D;
}
</style>
border-color css
<style>
span { border-color: #CFEC4D; }
span { border-color: rgb(207,236,77); }
td.TdClassName
{
border-color: #CFEC4D;
}
.TagClassName
{
border-color: #CFEC4D;
}
</style>