Shades of Pear #CEE420
Tints of Pear #CEE420
RGB
CMYK
RGB Variations
Color information
#CEE420 (or 0xCEE420) is known color: Pear. HEX triplet: CE, E4 and 20. RGB value is (206,228,32). Sum of RGB (Red+Green+Blue) = 206+228+32=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE420 is #311BDF. Grayscale: #C7C7C7. Windows color (decimal): -3218400 or 2155726. OLE color: 2155726.
HSL color Cylindrical-coordinate representation of color #CEE420: hue angle of 66.73º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEE420 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 32 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.11 |
| HSL | 66.73º | 0.78% | 0.51% | - |
| HSV(B) | 66.73º | 0.86% | 0.89% | - |
| XYZ | 53.46 | 68.71 | 11.81 | - |
| YUV | 199.08 | 33.71 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 32 | 0.10 | 0 | 0.86 | 0.11 | 66.73 | 0.78 | 0.51 |
| Hex | CE | E4 | 20 | A | 0 | 56 | B | 43 | 4E | 33 |
| Octal | 316 | 344 | 40 | 12 | 0 | 126 | 13 | 103 | 116 | 63 |
| Binary | 11001110 | 11100100 | 100000 | 1010 | 0 | 1010110 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CEE420
Complementary color
Monochromatic Colors of #CEE420
Black with #CEE420
Text Example
Text Example
White with #CEE420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE420; }
p { color: rgb(206,228,32); }
H1.HeaderClassName
{
color: #CEE420;
}
.AnyTagClassName
{
color: #CEE420;
}
</style>
background-color css
<style>
a { background-color: #CEE420; }
a { background-color: rgb(206,228,32); }
div.DivClassName
{
background-color: #CEE420;
}
.BgClassName
{
background-color: #CEE420;
}
</style>
border-color css
<style>
span { border-color: #CEE420; }
span { border-color: rgb(206,228,32); }
td.TdClassName
{
border-color: #CEE420;
}
.TagClassName
{
border-color: #CEE420;
}
</style>