Shades of Pear #CEEA15
Tints of Pear #CEEA15
RGB
CMYK
RGB Variations
Color information
#CEEA15 (or 0xCEEA15) is known color: Pear. HEX triplet: CE, EA and 15. RGB value is (206,234,21). Sum of RGB (Red+Green+Blue) = 206+234+21=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEA15 is #3115EA. Grayscale: #CACACA. Windows color (decimal): -3216875 or 1436366. OLE color: 1436366.
HSL color Cylindrical-coordinate representation of color #CEEA15: hue angle of 67.89º 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 #CEEA15 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 21 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.08 |
| HSL | 67.89º | 0.84% | 0.5% | - |
| HSV(B) | 67.89º | 0.91% | 0.92% | - |
| XYZ | 55.01 | 72.02 | 11.71 | - |
| YUV | 201.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 21 | 0.12 | 0 | 0.91 | 0.08 | 67.89 | 0.84 | 0.5 |
| Hex | CE | EA | 15 | C | 0 | 5B | 8 | 44 | 54 | 32 |
| Octal | 316 | 352 | 25 | 14 | 0 | 133 | 10 | 104 | 124 | 62 |
| Binary | 11001110 | 11101010 | 10101 | 1100 | 0 | 1011011 | 1000 | 1000100 | 1010100 | 110010 |
Color Harmonies of #CEEA15
Complementary color
Monochromatic Colors of #CEEA15
Black with #CEEA15
Text Example
Text Example
White with #CEEA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA15; }
p { color: rgb(206,234,21); }
H1.HeaderClassName
{
color: #CEEA15;
}
.AnyTagClassName
{
color: #CEEA15;
}
</style>
background-color css
<style>
a { background-color: #CEEA15; }
a { background-color: rgb(206,234,21); }
div.DivClassName
{
background-color: #CEEA15;
}
.BgClassName
{
background-color: #CEEA15;
}
</style>
border-color css
<style>
span { border-color: #CEEA15; }
span { border-color: rgb(206,234,21); }
td.TdClassName
{
border-color: #CEEA15;
}
.TagClassName
{
border-color: #CEEA15;
}
</style>