Shades of Pear #CEEB16
Tints of Pear #CEEB16
RGB
CMYK
RGB Variations
Color information
#CEEB16 (or 0xCEEB16) is known color: Pear. HEX triplet: CE, EB and 16. RGB value is (206,235,22). Sum of RGB (Red+Green+Blue) = 206+235+22=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEB16 is #3114E9. Grayscale: #CACACA. Windows color (decimal): -3216618 or 1502158. OLE color: 1502158.
HSL color Cylindrical-coordinate representation of color #CEEB16: hue angle of 68.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEEB16 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.08 |
| HSL | 68.17º | 0.84% | 0.5% | - |
| HSV(B) | 68.17º | 0.91% | 0.92% | - |
| XYZ | 55.31 | 72.6 | 11.86 | - |
| YUV | 202.05 | 26.39 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 22 | 0.12 | 0 | 0.91 | 0.08 | 68.17 | 0.84 | 0.5 |
| Hex | CE | EB | 16 | C | 0 | 5B | 8 | 44 | 54 | 32 |
| Octal | 316 | 353 | 26 | 14 | 0 | 133 | 10 | 104 | 124 | 62 |
| Binary | 11001110 | 11101011 | 10110 | 1100 | 0 | 1011011 | 1000 | 1000100 | 1010100 | 110010 |
Color Harmonies of #CEEB16
Complementary color
Monochromatic Colors of #CEEB16
Black with #CEEB16
Text Example
Text Example
White with #CEEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB16; }
p { color: rgb(206,235,22); }
H1.HeaderClassName
{
color: #CEEB16;
}
.AnyTagClassName
{
color: #CEEB16;
}
</style>
background-color css
<style>
a { background-color: #CEEB16; }
a { background-color: rgb(206,235,22); }
div.DivClassName
{
background-color: #CEEB16;
}
.BgClassName
{
background-color: #CEEB16;
}
</style>
border-color css
<style>
span { border-color: #CEEB16; }
span { border-color: rgb(206,235,22); }
td.TdClassName
{
border-color: #CEEB16;
}
.TagClassName
{
border-color: #CEEB16;
}
</style>