Shades of Pear #CEEE2C
Tints of Pear #CEEE2C
RGB
CMYK
RGB Variations
Color information
#CEEE2C (or 0xCEEE2C) is known color: Pear. HEX triplet: CE, EE and 2C. RGB value is (206,238,44). Sum of RGB (Red+Green+Blue) = 206+238+44=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE2C is #3111D3. Grayscale: #CFCFCF. Windows color (decimal): -3215828 or 2944718. OLE color: 2944718.
HSL color Cylindrical-coordinate representation of color #CEEE2C: hue angle of 69.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEEE2C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 44 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.07 |
| HSL | 69.9º | 0.85% | 0.55% | - |
| HSV(B) | 69.9º | 0.82% | 0.93% | - |
| XYZ | 56.48 | 74.45 | 13.78 | - |
| YUV | 206.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 44 | 0.13 | 0 | 0.82 | 0.07 | 69.9 | 0.85 | 0.55 |
| Hex | CE | EE | 2C | D | 0 | 52 | 7 | 46 | 55 | 37 |
| Octal | 316 | 356 | 54 | 15 | 0 | 122 | 7 | 106 | 125 | 67 |
| Binary | 11001110 | 11101110 | 101100 | 1101 | 0 | 1010010 | 111 | 1000110 | 1010101 | 110111 |
Color Harmonies of #CEEE2C
Complementary color
Monochromatic Colors of #CEEE2C
Black with #CEEE2C
Text Example
Text Example
White with #CEEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE2C; }
p { color: rgb(206,238,44); }
H1.HeaderClassName
{
color: #CEEE2C;
}
.AnyTagClassName
{
color: #CEEE2C;
}
</style>
background-color css
<style>
a { background-color: #CEEE2C; }
a { background-color: rgb(206,238,44); }
div.DivClassName
{
background-color: #CEEE2C;
}
.BgClassName
{
background-color: #CEEE2C;
}
</style>
border-color css
<style>
span { border-color: #CEEE2C; }
span { border-color: rgb(206,238,44); }
td.TdClassName
{
border-color: #CEEE2C;
}
.TagClassName
{
border-color: #CEEE2C;
}
</style>