Shades of Pear #CEED17
Tints of Pear #CEED17
RGB
CMYK
RGB Variations
Color information
#CEED17 (or 0xCEED17) is known color: Pear. HEX triplet: CE, ED and 17. RGB value is (206,237,23). Sum of RGB (Red+Green+Blue) = 206+237+23=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED17 is #3112E8. Grayscale: #CCCCCC. Windows color (decimal): -3216105 or 1568206. OLE color: 1568206.
HSL color Cylindrical-coordinate representation of color #CEED17: hue angle of 68.69º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEED17 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 23 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.07 |
| HSL | 68.69º | 0.86% | 0.51% | - |
| HSV(B) | 68.69º | 0.9% | 0.93% | - |
| XYZ | 55.89 | 73.75 | 12.1 | - |
| YUV | 203.34 | 26.23 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 23 | 0.13 | 0 | 0.90 | 0.07 | 68.69 | 0.86 | 0.51 |
| Hex | CE | ED | 17 | D | 0 | 5A | 7 | 45 | 56 | 33 |
| Octal | 316 | 355 | 27 | 15 | 0 | 132 | 7 | 105 | 126 | 63 |
| Binary | 11001110 | 11101101 | 10111 | 1101 | 0 | 1011010 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CEED17
Complementary color
Monochromatic Colors of #CEED17
Black with #CEED17
Text Example
Text Example
White with #CEED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED17; }
p { color: rgb(206,237,23); }
H1.HeaderClassName
{
color: #CEED17;
}
.AnyTagClassName
{
color: #CEED17;
}
</style>
background-color css
<style>
a { background-color: #CEED17; }
a { background-color: rgb(206,237,23); }
div.DivClassName
{
background-color: #CEED17;
}
.BgClassName
{
background-color: #CEED17;
}
</style>
border-color css
<style>
span { border-color: #CEED17; }
span { border-color: rgb(206,237,23); }
td.TdClassName
{
border-color: #CEED17;
}
.TagClassName
{
border-color: #CEED17;
}
</style>