Shades of Pear #CEEE2E
Tints of Pear #CEEE2E
RGB
CMYK
RGB Variations
Color information
#CEEE2E (or 0xCEEE2E) is known color: Pear. HEX triplet: CE, EE and 2E. RGB value is (206,238,46). Sum of RGB (Red+Green+Blue) = 206+238+46=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE2E is #3111D1. Grayscale: #CFCFCF. Windows color (decimal): -3215826 or 3075790. OLE color: 3075790.
HSL color Cylindrical-coordinate representation of color #CEEE2E: hue angle of 70º 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 #CEEE2E is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 46 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.07 |
| HSL | 70º | 0.85% | 0.56% | - |
| HSV(B) | 70º | 0.81% | 0.93% | - |
| XYZ | 56.52 | 74.47 | 13.98 | - |
| YUV | 206.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 46 | 0.13 | 0 | 0.81 | 0.07 | 70 | 0.85 | 0.56 |
| Hex | CE | EE | 2E | D | 0 | 51 | 7 | 46 | 55 | 38 |
| Octal | 316 | 356 | 56 | 15 | 0 | 121 | 7 | 106 | 125 | 70 |
| Binary | 11001110 | 11101110 | 101110 | 1101 | 0 | 1010001 | 111 | 1000110 | 1010101 | 111000 |
Color Harmonies of #CEEE2E
Complementary color
Monochromatic Colors of #CEEE2E
Black with #CEEE2E
Text Example
Text Example
White with #CEEE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE2E; }
p { color: rgb(206,238,46); }
H1.HeaderClassName
{
color: #CEEE2E;
}
.AnyTagClassName
{
color: #CEEE2E;
}
</style>
background-color css
<style>
a { background-color: #CEEE2E; }
a { background-color: rgb(206,238,46); }
div.DivClassName
{
background-color: #CEEE2E;
}
.BgClassName
{
background-color: #CEEE2E;
}
</style>
border-color css
<style>
span { border-color: #CEEE2E; }
span { border-color: rgb(206,238,46); }
td.TdClassName
{
border-color: #CEEE2E;
}
.TagClassName
{
border-color: #CEEE2E;
}
</style>