Shades of Pear #CEE616
Tints of Pear #CEE616
RGB
CMYK
RGB Variations
Color information
#CEE616 (or 0xCEE616) is known color: Pear. HEX triplet: CE, E6 and 16. RGB value is (206,230,22). Sum of RGB (Red+Green+Blue) = 206+230+22=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE616 is #3119E9. Grayscale: #C7C7C7. Windows color (decimal): -3217898 or 1500878. OLE color: 1500878.
HSL color Cylindrical-coordinate representation of color #CEE616: hue angle of 66.92º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEE616 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.10 |
| HSL | 66.92º | 0.83% | 0.49% | - |
| HSV(B) | 66.92º | 0.9% | 0.9% | - |
| XYZ | 53.9 | 69.77 | 11.39 | - |
| YUV | 199.11 | 28.05 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 22 | 0.10 | 0 | 0.90 | 0.10 | 66.92 | 0.83 | 0.49 |
| Hex | CE | E6 | 16 | A | 0 | 5A | A | 43 | 53 | 31 |
| Octal | 316 | 346 | 26 | 12 | 0 | 132 | 12 | 103 | 123 | 61 |
| Binary | 11001110 | 11100110 | 10110 | 1010 | 0 | 1011010 | 1010 | 1000011 | 1010011 | 110001 |
Color Harmonies of #CEE616
Complementary color
Monochromatic Colors of #CEE616
Black with #CEE616
Text Example
Text Example
White with #CEE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE616; }
p { color: rgb(206,230,22); }
H1.HeaderClassName
{
color: #CEE616;
}
.AnyTagClassName
{
color: #CEE616;
}
</style>
background-color css
<style>
a { background-color: #CEE616; }
a { background-color: rgb(206,230,22); }
div.DivClassName
{
background-color: #CEE616;
}
.BgClassName
{
background-color: #CEE616;
}
</style>
border-color css
<style>
span { border-color: #CEE616; }
span { border-color: rgb(206,230,22); }
td.TdClassName
{
border-color: #CEE616;
}
.TagClassName
{
border-color: #CEE616;
}
</style>