Shades of Pear #CEE22A
Tints of Pear #CEE22A
RGB
CMYK
RGB Variations
Color information
#CEE22A (or 0xCEE22A) is known color: Pear. HEX triplet: CE, E2 and 2A. RGB value is (206,226,42). Sum of RGB (Red+Green+Blue) = 206+226+42=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE22A is #311DD5. Grayscale: #C7C7C7. Windows color (decimal): -3218902 or 2810574. OLE color: 2810574.
HSL color Cylindrical-coordinate representation of color #CEE22A: hue angle of 66.52º degrees, saturation: 0.76, 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 #CEE22A is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 42 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.11 |
| HSL | 66.52º | 0.76% | 0.53% | - |
| HSV(B) | 66.52º | 0.81% | 0.89% | - |
| XYZ | 53.07 | 67.68 | 12.46 | - |
| YUV | 199.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 42 | 0.09 | 0 | 0.81 | 0.11 | 66.52 | 0.76 | 0.53 |
| Hex | CE | E2 | 2A | 9 | 0 | 51 | B | 43 | 4C | 35 |
| Octal | 316 | 342 | 52 | 11 | 0 | 121 | 13 | 103 | 114 | 65 |
| Binary | 11001110 | 11100010 | 101010 | 1001 | 0 | 1010001 | 1011 | 1000011 | 1001100 | 110101 |
Color Harmonies of #CEE22A
Complementary color
Monochromatic Colors of #CEE22A
Black with #CEE22A
Text Example
Text Example
White with #CEE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE22A; }
p { color: rgb(206,226,42); }
H1.HeaderClassName
{
color: #CEE22A;
}
.AnyTagClassName
{
color: #CEE22A;
}
</style>
background-color css
<style>
a { background-color: #CEE22A; }
a { background-color: rgb(206,226,42); }
div.DivClassName
{
background-color: #CEE22A;
}
.BgClassName
{
background-color: #CEE22A;
}
</style>
border-color css
<style>
span { border-color: #CEE22A; }
span { border-color: rgb(206,226,42); }
td.TdClassName
{
border-color: #CEE22A;
}
.TagClassName
{
border-color: #CEE22A;
}
</style>