Shades of Pear #CFEE2E
Tints of Pear #CFEE2E
RGB
CMYK
RGB Variations
Color information
#CFEE2E (or 0xCFEE2E) is known color: Pear. HEX triplet: CF, EE and 2E. RGB value is (207,238,46). Sum of RGB (Red+Green+Blue) = 207+238+46=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE2E is #3011D1. Grayscale: #CFCFCF. Windows color (decimal): -3150290 or 3075791. OLE color: 3075791.
HSL color Cylindrical-coordinate representation of color #CFEE2E: hue angle of 69.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFEE2E is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 46 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.07 |
| HSL | 69.69º | 0.85% | 0.56% | - |
| HSV(B) | 69.69º | 0.81% | 0.93% | - |
| XYZ | 56.8 | 74.61 | 13.99 | - |
| YUV | 206.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 46 | 0.13 | 0 | 0.81 | 0.07 | 69.69 | 0.85 | 0.56 |
| Hex | CF | EE | 2E | D | 0 | 51 | 7 | 46 | 55 | 38 |
| Octal | 317 | 356 | 56 | 15 | 0 | 121 | 7 | 106 | 125 | 70 |
| Binary | 11001111 | 11101110 | 101110 | 1101 | 0 | 1010001 | 111 | 1000110 | 1010101 | 111000 |
Color Harmonies of #CFEE2E
Complementary color
Monochromatic Colors of #CFEE2E
Black with #CFEE2E
Text Example
Text Example
White with #CFEE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE2E; }
p { color: rgb(207,238,46); }
H1.HeaderClassName
{
color: #CFEE2E;
}
.AnyTagClassName
{
color: #CFEE2E;
}
</style>
background-color css
<style>
a { background-color: #CFEE2E; }
a { background-color: rgb(207,238,46); }
div.DivClassName
{
background-color: #CFEE2E;
}
.BgClassName
{
background-color: #CFEE2E;
}
</style>
border-color css
<style>
span { border-color: #CFEE2E; }
span { border-color: rgb(207,238,46); }
td.TdClassName
{
border-color: #CFEE2E;
}
.TagClassName
{
border-color: #CFEE2E;
}
</style>