Shades of Pear #CEE517
Tints of Pear #CEE517
RGB
CMYK
RGB Variations
Color information
#CEE517 (or 0xCEE517) is known color: Pear. HEX triplet: CE, E5 and 17. RGB value is (206,229,23). Sum of RGB (Red+Green+Blue) = 206+229+23=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE517 is #311AE8. Grayscale: #C7C7C7. Windows color (decimal): -3218153 or 1566158. OLE color: 1566158.
HSL color Cylindrical-coordinate representation of color #CEE517: hue angle of 66.7º 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 #CEE517 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 23 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.10 |
| HSL | 66.7º | 0.82% | 0.49% | - |
| HSV(B) | 66.7º | 0.9% | 0.9% | - |
| XYZ | 53.63 | 69.22 | 11.35 | - |
| YUV | 198.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 23 | 0.10 | 0 | 0.90 | 0.10 | 66.7 | 0.82 | 0.49 |
| Hex | CE | E5 | 17 | A | 0 | 5A | A | 43 | 52 | 31 |
| Octal | 316 | 345 | 27 | 12 | 0 | 132 | 12 | 103 | 122 | 61 |
| Binary | 11001110 | 11100101 | 10111 | 1010 | 0 | 1011010 | 1010 | 1000011 | 1010010 | 110001 |
Color Harmonies of #CEE517
Complementary color
Monochromatic Colors of #CEE517
Black with #CEE517
Text Example
Text Example
White with #CEE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE517; }
p { color: rgb(206,229,23); }
H1.HeaderClassName
{
color: #CEE517;
}
.AnyTagClassName
{
color: #CEE517;
}
</style>
background-color css
<style>
a { background-color: #CEE517; }
a { background-color: rgb(206,229,23); }
div.DivClassName
{
background-color: #CEE517;
}
.BgClassName
{
background-color: #CEE517;
}
</style>
border-color css
<style>
span { border-color: #CEE517; }
span { border-color: rgb(206,229,23); }
td.TdClassName
{
border-color: #CEE517;
}
.TagClassName
{
border-color: #CEE517;
}
</style>