Shades of Pear #CEE036
Tints of Pear #CEE036
RGB
CMYK
RGB Variations
Color information
#CEE036 (or 0xCEE036) is known color: Pear. HEX triplet: CE, E0 and 36. RGB value is (206,224,54). Sum of RGB (Red+Green+Blue) = 206+224+54=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE036 is #311FC9. Grayscale: #C7C7C7. Windows color (decimal): -3219402 or 3596494. OLE color: 3596494.
HSL color Cylindrical-coordinate representation of color #CEE036: hue angle of 66.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEE036 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 54 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.12 |
| HSL | 66.35º | 0.73% | 0.55% | - |
| HSV(B) | 66.35º | 0.76% | 0.88% | - |
| XYZ | 52.78 | 66.7 | 13.58 | - |
| YUV | 199.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 54 | 0.08 | 0 | 0.76 | 0.12 | 66.35 | 0.73 | 0.55 |
| Hex | CE | E0 | 36 | 8 | 0 | 4C | C | 42 | 49 | 37 |
| Octal | 316 | 340 | 66 | 10 | 0 | 114 | 14 | 102 | 111 | 67 |
| Binary | 11001110 | 11100000 | 110110 | 1000 | 0 | 1001100 | 1100 | 1000010 | 1001001 | 110111 |
Color Harmonies of #CEE036
Complementary color
Monochromatic Colors of #CEE036
Black with #CEE036
Text Example
Text Example
White with #CEE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE036; }
p { color: rgb(206,224,54); }
H1.HeaderClassName
{
color: #CEE036;
}
.AnyTagClassName
{
color: #CEE036;
}
</style>
background-color css
<style>
a { background-color: #CEE036; }
a { background-color: rgb(206,224,54); }
div.DivClassName
{
background-color: #CEE036;
}
.BgClassName
{
background-color: #CEE036;
}
</style>
border-color css
<style>
span { border-color: #CEE036; }
span { border-color: rgb(206,224,54); }
td.TdClassName
{
border-color: #CEE036;
}
.TagClassName
{
border-color: #CEE036;
}
</style>