Shades of Pear #CEE422
Tints of Pear #CEE422
RGB
CMYK
RGB Variations
Color information
#CEE422 (or 0xCEE422) is known color: Pear. HEX triplet: CE, E4 and 22. RGB value is (206,228,34). Sum of RGB (Red+Green+Blue) = 206+228+34=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE422 is #311BDD. Grayscale: #C8C8C8. Windows color (decimal): -3218398 or 2286798. OLE color: 2286798.
HSL color Cylindrical-coordinate representation of color #CEE422: hue angle of 66.8º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEE422 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 34 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.11 |
| HSL | 66.8º | 0.78% | 0.51% | - |
| HSV(B) | 66.8º | 0.85% | 0.89% | - |
| XYZ | 53.49 | 68.72 | 11.96 | - |
| YUV | 199.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 34 | 0.10 | 0 | 0.85 | 0.11 | 66.8 | 0.78 | 0.51 |
| Hex | CE | E4 | 22 | A | 0 | 55 | B | 43 | 4E | 33 |
| Octal | 316 | 344 | 42 | 12 | 0 | 125 | 13 | 103 | 116 | 63 |
| Binary | 11001110 | 11100100 | 100010 | 1010 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CEE422
Complementary color
Monochromatic Colors of #CEE422
Black with #CEE422
Text Example
Text Example
White with #CEE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE422; }
p { color: rgb(206,228,34); }
H1.HeaderClassName
{
color: #CEE422;
}
.AnyTagClassName
{
color: #CEE422;
}
</style>
background-color css
<style>
a { background-color: #CEE422; }
a { background-color: rgb(206,228,34); }
div.DivClassName
{
background-color: #CEE422;
}
.BgClassName
{
background-color: #CEE422;
}
</style>
border-color css
<style>
span { border-color: #CEE422; }
span { border-color: rgb(206,228,34); }
td.TdClassName
{
border-color: #CEE422;
}
.TagClassName
{
border-color: #CEE422;
}
</style>