Shades of Pear #CFEE24
Tints of Pear #CFEE24
RGB
CMYK
RGB Variations
Color information
#CFEE24 (or 0xCFEE24) is known color: Pear. HEX triplet: CF, EE and 24. RGB value is (207,238,36). Sum of RGB (Red+Green+Blue) = 207+238+36=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE24 is #3011DB. Grayscale: #CECECE. Windows color (decimal): -3150300 or 2420431. OLE color: 2420431.
HSL color Cylindrical-coordinate representation of color #CFEE24: hue angle of 69.21º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFEE24 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 36 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.07 |
| HSL | 69.21º | 0.86% | 0.54% | - |
| HSV(B) | 69.21º | 0.85% | 0.93% | - |
| XYZ | 56.63 | 74.54 | 13.07 | - |
| YUV | 205.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 36 | 0.13 | 0 | 0.85 | 0.07 | 69.21 | 0.86 | 0.54 |
| Hex | CF | EE | 24 | D | 0 | 55 | 7 | 45 | 56 | 36 |
| Octal | 317 | 356 | 44 | 15 | 0 | 125 | 7 | 105 | 126 | 66 |
| Binary | 11001111 | 11101110 | 100100 | 1101 | 0 | 1010101 | 111 | 1000101 | 1010110 | 110110 |
Color Harmonies of #CFEE24
Complementary color
Monochromatic Colors of #CFEE24
Black with #CFEE24
Text Example
Text Example
White with #CFEE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE24; }
p { color: rgb(207,238,36); }
H1.HeaderClassName
{
color: #CFEE24;
}
.AnyTagClassName
{
color: #CFEE24;
}
</style>
background-color css
<style>
a { background-color: #CFEE24; }
a { background-color: rgb(207,238,36); }
div.DivClassName
{
background-color: #CFEE24;
}
.BgClassName
{
background-color: #CFEE24;
}
</style>
border-color css
<style>
span { border-color: #CFEE24; }
span { border-color: rgb(207,238,36); }
td.TdClassName
{
border-color: #CFEE24;
}
.TagClassName
{
border-color: #CFEE24;
}
</style>