Shades of Pear #CFEE44
Tints of Pear #CFEE44
RGB
CMYK
RGB Variations
Color information
#CFEE44 (or 0xCFEE44) is known color: Pear. HEX triplet: CF, EE and 44. RGB value is (207,238,68). Sum of RGB (Red+Green+Blue) = 207+238+68=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE44 is #3011BB. Grayscale: #D1D1D1. Windows color (decimal): -3150268 or 4517583. OLE color: 4517583.
HSL color Cylindrical-coordinate representation of color #CFEE44: hue angle of 70.94º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFEE44 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 68 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.07 |
| HSL | 70.94º | 0.83% | 0.6% | - |
| HSV(B) | 70.94º | 0.71% | 0.93% | - |
| XYZ | 57.35 | 74.83 | 16.89 | - |
| YUV | 209.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 68 | 0.13 | 0 | 0.71 | 0.07 | 70.94 | 0.83 | 0.6 |
| Hex | CF | EE | 44 | D | 0 | 47 | 7 | 47 | 53 | 3C |
| Octal | 317 | 356 | 104 | 15 | 0 | 107 | 7 | 107 | 123 | 74 |
| Binary | 11001111 | 11101110 | 1000100 | 1101 | 0 | 1000111 | 111 | 1000111 | 1010011 | 111100 |
Color Harmonies of #CFEE44
Complementary color
Monochromatic Colors of #CFEE44
Black with #CFEE44
Text Example
Text Example
White with #CFEE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE44; }
p { color: rgb(207,238,68); }
H1.HeaderClassName
{
color: #CFEE44;
}
.AnyTagClassName
{
color: #CFEE44;
}
</style>
background-color css
<style>
a { background-color: #CFEE44; }
a { background-color: rgb(207,238,68); }
div.DivClassName
{
background-color: #CFEE44;
}
.BgClassName
{
background-color: #CFEE44;
}
</style>
border-color css
<style>
span { border-color: #CFEE44; }
span { border-color: rgb(207,238,68); }
td.TdClassName
{
border-color: #CFEE44;
}
.TagClassName
{
border-color: #CFEE44;
}
</style>