Shades of Pear #CCEC18
Tints of Pear #CCEC18
RGB
CMYK
RGB Variations
Color information
#CCEC18 (or 0xCCEC18) is known color: Pear. HEX triplet: CC, EC and 18. RGB value is (204,236,24). Sum of RGB (Red+Green+Blue) = 204+236+24=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC18 is #3313E7. Grayscale: #CBCBCB. Windows color (decimal): -3347432 or 1633484. OLE color: 1633484.
HSL color Cylindrical-coordinate representation of color #CCEC18: hue angle of 69.06º degrees, saturation: 0.85, 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 #CCEC18 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 24 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.07 |
| HSL | 69.06º | 0.85% | 0.51% | - |
| HSV(B) | 69.06º | 0.9% | 0.93% | - |
| XYZ | 55.06 | 72.89 | 12.03 | - |
| YUV | 202.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 24 | 0.14 | 0 | 0.90 | 0.07 | 69.06 | 0.85 | 0.51 |
| Hex | CC | EC | 18 | E | 0 | 5A | 7 | 45 | 55 | 33 |
| Octal | 314 | 354 | 30 | 16 | 0 | 132 | 7 | 105 | 125 | 63 |
| Binary | 11001100 | 11101100 | 11000 | 1110 | 0 | 1011010 | 111 | 1000101 | 1010101 | 110011 |
Color Harmonies of #CCEC18
Complementary color
Monochromatic Colors of #CCEC18
Black with #CCEC18
Text Example
Text Example
White with #CCEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC18; }
p { color: rgb(204,236,24); }
H1.HeaderClassName
{
color: #CCEC18;
}
.AnyTagClassName
{
color: #CCEC18;
}
</style>
background-color css
<style>
a { background-color: #CCEC18; }
a { background-color: rgb(204,236,24); }
div.DivClassName
{
background-color: #CCEC18;
}
.BgClassName
{
background-color: #CCEC18;
}
</style>
border-color css
<style>
span { border-color: #CCEC18; }
span { border-color: rgb(204,236,24); }
td.TdClassName
{
border-color: #CCEC18;
}
.TagClassName
{
border-color: #CCEC18;
}
</style>