Shades of Pear #CEE42C
Tints of Pear #CEE42C
RGB
CMYK
RGB Variations
Color information
#CEE42C (or 0xCEE42C) is known color: Pear. HEX triplet: CE, E4 and 2C. RGB value is (206,228,44). Sum of RGB (Red+Green+Blue) = 206+228+44=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE42C is #311BD3. Grayscale: #C9C9C9. Windows color (decimal): -3218388 or 2942158. OLE color: 2942158.
HSL color Cylindrical-coordinate representation of color #CEE42C: hue angle of 67.17º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEE42C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 44 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.11 |
| HSL | 67.17º | 0.77% | 0.53% | - |
| HSV(B) | 67.17º | 0.81% | 0.89% | - |
| XYZ | 53.65 | 68.79 | 12.83 | - |
| YUV | 200.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 44 | 0.10 | 0 | 0.81 | 0.11 | 67.17 | 0.77 | 0.53 |
| Hex | CE | E4 | 2C | A | 0 | 51 | B | 43 | 4D | 35 |
| Octal | 316 | 344 | 54 | 12 | 0 | 121 | 13 | 103 | 115 | 65 |
| Binary | 11001110 | 11100100 | 101100 | 1010 | 0 | 1010001 | 1011 | 1000011 | 1001101 | 110101 |
Color Harmonies of #CEE42C
Complementary color
Monochromatic Colors of #CEE42C
Black with #CEE42C
Text Example
Text Example
White with #CEE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE42C; }
p { color: rgb(206,228,44); }
H1.HeaderClassName
{
color: #CEE42C;
}
.AnyTagClassName
{
color: #CEE42C;
}
</style>
background-color css
<style>
a { background-color: #CEE42C; }
a { background-color: rgb(206,228,44); }
div.DivClassName
{
background-color: #CEE42C;
}
.BgClassName
{
background-color: #CEE42C;
}
</style>
border-color css
<style>
span { border-color: #CEE42C; }
span { border-color: rgb(206,228,44); }
td.TdClassName
{
border-color: #CEE42C;
}
.TagClassName
{
border-color: #CEE42C;
}
</style>