Shades of Pear #CEE023
Tints of Pear #CEE023
RGB
CMYK
RGB Variations
Color information
#CEE023 (or 0xCEE023) is known color: Pear. HEX triplet: CE, E0 and 23. RGB value is (206,224,35). Sum of RGB (Red+Green+Blue) = 206+224+35=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE023 is #311FDC. Grayscale: #C5C5C5. Windows color (decimal): -3219421 or 2351310. OLE color: 2351310.
HSL color Cylindrical-coordinate representation of color #CEE023: hue angle of 65.71º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEE023 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 35 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.12 |
| HSL | 65.71º | 0.75% | 0.51% | - |
| HSV(B) | 65.71º | 0.84% | 0.88% | - |
| XYZ | 52.41 | 66.55 | 11.67 | - |
| YUV | 197.07 | 36.54 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 35 | 0.08 | 0 | 0.84 | 0.12 | 65.71 | 0.75 | 0.51 |
| Hex | CE | E0 | 23 | 8 | 0 | 54 | C | 42 | 4B | 33 |
| Octal | 316 | 340 | 43 | 10 | 0 | 124 | 14 | 102 | 113 | 63 |
| Binary | 11001110 | 11100000 | 100011 | 1000 | 0 | 1010100 | 1100 | 1000010 | 1001011 | 110011 |
Color Harmonies of #CEE023
Complementary color
Monochromatic Colors of #CEE023
Black with #CEE023
Text Example
Text Example
White with #CEE023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE023; }
p { color: rgb(206,224,35); }
H1.HeaderClassName
{
color: #CEE023;
}
.AnyTagClassName
{
color: #CEE023;
}
</style>
background-color css
<style>
a { background-color: #CEE023; }
a { background-color: rgb(206,224,35); }
div.DivClassName
{
background-color: #CEE023;
}
.BgClassName
{
background-color: #CEE023;
}
</style>
border-color css
<style>
span { border-color: #CEE023; }
span { border-color: rgb(206,224,35); }
td.TdClassName
{
border-color: #CEE023;
}
.TagClassName
{
border-color: #CEE023;
}
</style>