Shades of Pear #CFEE4D
Tints of Pear #CFEE4D
RGB
CMYK
RGB Variations
Color information
#CFEE4D (or 0xCFEE4D) is known color: Pear. HEX triplet: CF, EE and 4D. RGB value is (207,238,77). Sum of RGB (Red+Green+Blue) = 207+238+77=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE4D is #3011B2. Grayscale: #D2D2D2. Windows color (decimal): -3150259 or 5107407. OLE color: 5107407.
HSL color Cylindrical-coordinate representation of color #CFEE4D: hue angle of 71.55º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFEE4D is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 77 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.07 |
| HSL | 71.55º | 0.83% | 0.62% | - |
| HSV(B) | 71.55º | 0.68% | 0.93% | - |
| XYZ | 57.65 | 74.95 | 18.45 | - |
| YUV | 210.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 77 | 0.13 | 0 | 0.68 | 0.07 | 71.55 | 0.83 | 0.62 |
| Hex | CF | EE | 4D | D | 0 | 44 | 7 | 48 | 53 | 3E |
| Octal | 317 | 356 | 115 | 15 | 0 | 104 | 7 | 110 | 123 | 76 |
| Binary | 11001111 | 11101110 | 1001101 | 1101 | 0 | 1000100 | 111 | 1001000 | 1010011 | 111110 |
Color Harmonies of #CFEE4D
Complementary color
Monochromatic Colors of #CFEE4D
Black with #CFEE4D
Text Example
Text Example
White with #CFEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE4D; }
p { color: rgb(207,238,77); }
H1.HeaderClassName
{
color: #CFEE4D;
}
.AnyTagClassName
{
color: #CFEE4D;
}
</style>
background-color css
<style>
a { background-color: #CFEE4D; }
a { background-color: rgb(207,238,77); }
div.DivClassName
{
background-color: #CFEE4D;
}
.BgClassName
{
background-color: #CFEE4D;
}
</style>
border-color css
<style>
span { border-color: #CFEE4D; }
span { border-color: rgb(207,238,77); }
td.TdClassName
{
border-color: #CFEE4D;
}
.TagClassName
{
border-color: #CFEE4D;
}
</style>