Shades of Pear #CFEE45
Tints of Pear #CFEE45
RGB
CMYK
RGB Variations
Color information
#CFEE45 (or 0xCFEE45) is known color: Pear. HEX triplet: CF, EE and 45. RGB value is (207,238,69). Sum of RGB (Red+Green+Blue) = 207+238+69=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE45 is #3011BA. Grayscale: #D2D2D2. Windows color (decimal): -3150267 or 4583119. OLE color: 4583119.
HSL color Cylindrical-coordinate representation of color #CFEE45: hue angle of 71.01º 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 #CFEE45 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 69 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.07 |
| HSL | 71.01º | 0.83% | 0.6% | - |
| HSV(B) | 71.01º | 0.71% | 0.93% | - |
| XYZ | 57.38 | 74.84 | 17.05 | - |
| YUV | 209.47 | 48.73 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 69 | 0.13 | 0 | 0.71 | 0.07 | 71.01 | 0.83 | 0.6 |
| Hex | CF | EE | 45 | D | 0 | 47 | 7 | 47 | 53 | 3C |
| Octal | 317 | 356 | 105 | 15 | 0 | 107 | 7 | 107 | 123 | 74 |
| Binary | 11001111 | 11101110 | 1000101 | 1101 | 0 | 1000111 | 111 | 1000111 | 1010011 | 111100 |
Color Harmonies of #CFEE45
Complementary color
Monochromatic Colors of #CFEE45
Black with #CFEE45
Text Example
Text Example
White with #CFEE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE45; }
p { color: rgb(207,238,69); }
H1.HeaderClassName
{
color: #CFEE45;
}
.AnyTagClassName
{
color: #CFEE45;
}
</style>
background-color css
<style>
a { background-color: #CFEE45; }
a { background-color: rgb(207,238,69); }
div.DivClassName
{
background-color: #CFEE45;
}
.BgClassName
{
background-color: #CFEE45;
}
</style>
border-color css
<style>
span { border-color: #CFEE45; }
span { border-color: rgb(207,238,69); }
td.TdClassName
{
border-color: #CFEE45;
}
.TagClassName
{
border-color: #CFEE45;
}
</style>