Shades of Pear #CCED18
Tints of Pear #CCED18
RGB
CMYK
RGB Variations
Color information
#CCED18 (or 0xCCED18) is known color: Pear. HEX triplet: CC, ED and 18. RGB value is (204,237,24). Sum of RGB (Red+Green+Blue) = 204+237+24=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED18 is #3312E7. Grayscale: #CBCBCB. Windows color (decimal): -3347176 or 1633740. OLE color: 1633740.
HSL color Cylindrical-coordinate representation of color #CCED18: hue angle of 69.3º 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 #CCED18 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 24 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.07 |
| HSL | 69.3º | 0.86% | 0.51% | - |
| HSV(B) | 69.3º | 0.9% | 0.93% | - |
| XYZ | 55.35 | 73.47 | 12.13 | - |
| YUV | 202.85 | 27.07 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 24 | 0.14 | 0 | 0.90 | 0.07 | 69.3 | 0.86 | 0.51 |
| Hex | CC | ED | 18 | E | 0 | 5A | 7 | 45 | 56 | 33 |
| Octal | 314 | 355 | 30 | 16 | 0 | 132 | 7 | 105 | 126 | 63 |
| Binary | 11001100 | 11101101 | 11000 | 1110 | 0 | 1011010 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CCED18
Complementary color
Monochromatic Colors of #CCED18
Black with #CCED18
Text Example
Text Example
White with #CCED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED18; }
p { color: rgb(204,237,24); }
H1.HeaderClassName
{
color: #CCED18;
}
.AnyTagClassName
{
color: #CCED18;
}
</style>
background-color css
<style>
a { background-color: #CCED18; }
a { background-color: rgb(204,237,24); }
div.DivClassName
{
background-color: #CCED18;
}
.BgClassName
{
background-color: #CCED18;
}
</style>
border-color css
<style>
span { border-color: #CCED18; }
span { border-color: rgb(204,237,24); }
td.TdClassName
{
border-color: #CCED18;
}
.TagClassName
{
border-color: #CCED18;
}
</style>