Shades of Pear #CFEE36
Tints of Pear #CFEE36
RGB
CMYK
RGB Variations
Color information
#CFEE36 (or 0xCFEE36) is known color: Pear. HEX triplet: CF, EE and 36. RGB value is (207,238,54). Sum of RGB (Red+Green+Blue) = 207+238+54=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE36 is #3011C9. Grayscale: #D0D0D0. Windows color (decimal): -3150282 or 3600079. OLE color: 3600079.
HSL color Cylindrical-coordinate representation of color #CFEE36: hue angle of 70.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFEE36 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 54 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.07 |
| HSL | 70.11º | 0.84% | 0.57% | - |
| HSV(B) | 70.11º | 0.77% | 0.93% | - |
| XYZ | 56.97 | 74.68 | 14.9 | - |
| YUV | 207.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 54 | 0.13 | 0 | 0.77 | 0.07 | 70.11 | 0.84 | 0.57 |
| Hex | CF | EE | 36 | D | 0 | 4D | 7 | 46 | 54 | 39 |
| Octal | 317 | 356 | 66 | 15 | 0 | 115 | 7 | 106 | 124 | 71 |
| Binary | 11001111 | 11101110 | 110110 | 1101 | 0 | 1001101 | 111 | 1000110 | 1010100 | 111001 |
Color Harmonies of #CFEE36
Complementary color
Monochromatic Colors of #CFEE36
Black with #CFEE36
Text Example
Text Example
White with #CFEE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE36; }
p { color: rgb(207,238,54); }
H1.HeaderClassName
{
color: #CFEE36;
}
.AnyTagClassName
{
color: #CFEE36;
}
</style>
background-color css
<style>
a { background-color: #CFEE36; }
a { background-color: rgb(207,238,54); }
div.DivClassName
{
background-color: #CFEE36;
}
.BgClassName
{
background-color: #CFEE36;
}
</style>
border-color css
<style>
span { border-color: #CFEE36; }
span { border-color: rgb(207,238,54); }
td.TdClassName
{
border-color: #CFEE36;
}
.TagClassName
{
border-color: #CFEE36;
}
</style>