Shades of Pear #CFEE4F
Tints of Pear #CFEE4F
RGB
CMYK
RGB Variations
Color information
#CFEE4F (or 0xCFEE4F) is known color: Pear. HEX triplet: CF, EE and 4F. RGB value is (207,238,79). Sum of RGB (Red+Green+Blue) = 207+238+79=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE4F is #3011B0. Grayscale: #D3D3D3. Windows color (decimal): -3150257 or 5238479. OLE color: 5238479.
HSL color Cylindrical-coordinate representation of color #CFEE4F: hue angle of 71.7º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFEE4F is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 79 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.07 |
| HSL | 71.7º | 0.82% | 0.62% | - |
| HSV(B) | 71.7º | 0.67% | 0.93% | - |
| XYZ | 57.72 | 74.98 | 18.83 | - |
| YUV | 210.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 79 | 0.13 | 0 | 0.67 | 0.07 | 71.7 | 0.82 | 0.62 |
| Hex | CF | EE | 4F | D | 0 | 43 | 7 | 48 | 52 | 3E |
| Octal | 317 | 356 | 117 | 15 | 0 | 103 | 7 | 110 | 122 | 76 |
| Binary | 11001111 | 11101110 | 1001111 | 1101 | 0 | 1000011 | 111 | 1001000 | 1010010 | 111110 |
Color Harmonies of #CFEE4F
Complementary color
Monochromatic Colors of #CFEE4F
Black with #CFEE4F
Text Example
Text Example
White with #CFEE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE4F; }
p { color: rgb(207,238,79); }
H1.HeaderClassName
{
color: #CFEE4F;
}
.AnyTagClassName
{
color: #CFEE4F;
}
</style>
background-color css
<style>
a { background-color: #CFEE4F; }
a { background-color: rgb(207,238,79); }
div.DivClassName
{
background-color: #CFEE4F;
}
.BgClassName
{
background-color: #CFEE4F;
}
</style>
border-color css
<style>
span { border-color: #CFEE4F; }
span { border-color: rgb(207,238,79); }
td.TdClassName
{
border-color: #CFEE4F;
}
.TagClassName
{
border-color: #CFEE4F;
}
</style>