Shades of Pear #CEE516
Tints of Pear #CEE516
RGB
CMYK
RGB Variations
Color information
#CEE516 (or 0xCEE516) is known color: Pear. HEX triplet: CE, E5 and 16. RGB value is (206,229,22). Sum of RGB (Red+Green+Blue) = 206+229+22=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE516 is #311AE9. Grayscale: #C7C7C7. Windows color (decimal): -3218154 or 1500622. OLE color: 1500622.
HSL color Cylindrical-coordinate representation of color #CEE516: hue angle of 66.67º degrees, saturation: 0.82, 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 #CEE516 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.10 |
| HSL | 66.67º | 0.82% | 0.49% | - |
| HSV(B) | 66.67º | 0.9% | 0.9% | - |
| XYZ | 53.62 | 69.22 | 11.29 | - |
| YUV | 198.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 22 | 0.10 | 0 | 0.90 | 0.10 | 66.67 | 0.82 | 0.49 |
| Hex | CE | E5 | 16 | A | 0 | 5A | A | 43 | 52 | 31 |
| Octal | 316 | 345 | 26 | 12 | 0 | 132 | 12 | 103 | 122 | 61 |
| Binary | 11001110 | 11100101 | 10110 | 1010 | 0 | 1011010 | 1010 | 1000011 | 1010010 | 110001 |
Color Harmonies of #CEE516
Complementary color
Monochromatic Colors of #CEE516
Black with #CEE516
Text Example
Text Example
White with #CEE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE516; }
p { color: rgb(206,229,22); }
H1.HeaderClassName
{
color: #CEE516;
}
.AnyTagClassName
{
color: #CEE516;
}
</style>
background-color css
<style>
a { background-color: #CEE516; }
a { background-color: rgb(206,229,22); }
div.DivClassName
{
background-color: #CEE516;
}
.BgClassName
{
background-color: #CEE516;
}
</style>
border-color css
<style>
span { border-color: #CEE516; }
span { border-color: rgb(206,229,22); }
td.TdClassName
{
border-color: #CEE516;
}
.TagClassName
{
border-color: #CEE516;
}
</style>