Shades of Pear #CEE016
Tints of Pear #CEE016
RGB
CMYK
RGB Variations
Color information
#CEE016 (or 0xCEE016) is known color: Pear. HEX triplet: CE, E0 and 16. RGB value is (206,224,22). Sum of RGB (Red+Green+Blue) = 206+224+22=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE016 is #311FE9. Grayscale: #C4C4C4. Windows color (decimal): -3219434 or 1499342. OLE color: 1499342.
HSL color Cylindrical-coordinate representation of color #CEE016: hue angle of 65.35º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEE016 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 22 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.12 |
| HSL | 65.35º | 0.82% | 0.48% | - |
| HSV(B) | 65.35º | 0.9% | 0.88% | - |
| XYZ | 52.25 | 66.49 | 10.84 | - |
| YUV | 195.59 | 30.04 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 22 | 0.08 | 0 | 0.90 | 0.12 | 65.35 | 0.82 | 0.48 |
| Hex | CE | E0 | 16 | 8 | 0 | 5A | C | 41 | 52 | 30 |
| Octal | 316 | 340 | 26 | 10 | 0 | 132 | 14 | 101 | 122 | 60 |
| Binary | 11001110 | 11100000 | 10110 | 1000 | 0 | 1011010 | 1100 | 1000001 | 1010010 | 110000 |
Color Harmonies of #CEE016
Complementary color
Monochromatic Colors of #CEE016
Black with #CEE016
Text Example
Text Example
White with #CEE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE016; }
p { color: rgb(206,224,22); }
H1.HeaderClassName
{
color: #CEE016;
}
.AnyTagClassName
{
color: #CEE016;
}
</style>
background-color css
<style>
a { background-color: #CEE016; }
a { background-color: rgb(206,224,22); }
div.DivClassName
{
background-color: #CEE016;
}
.BgClassName
{
background-color: #CEE016;
}
</style>
border-color css
<style>
span { border-color: #CEE016; }
span { border-color: rgb(206,224,22); }
td.TdClassName
{
border-color: #CEE016;
}
.TagClassName
{
border-color: #CEE016;
}
</style>