Shades of Pear #CCE818
Tints of Pear #CCE818
RGB
CMYK
RGB Variations
Color information
#CCE818 (or 0xCCE818) is known color: Pear. HEX triplet: CC, E8 and 18. RGB value is (204,232,24). Sum of RGB (Red+Green+Blue) = 204+232+24=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE818 is #3317E7. Grayscale: #C8C8C8. Windows color (decimal): -3348456 or 1632460. OLE color: 1632460.
HSL color Cylindrical-coordinate representation of color #CCE818: hue angle of 68.08º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE818 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 24 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.09 |
| HSL | 68.08º | 0.82% | 0.5% | - |
| HSV(B) | 68.08º | 0.9% | 0.91% | - |
| XYZ | 53.92 | 70.62 | 11.65 | - |
| YUV | 199.92 | 28.72 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 24 | 0.12 | 0 | 0.90 | 0.09 | 68.08 | 0.82 | 0.5 |
| Hex | CC | E8 | 18 | C | 0 | 5A | 9 | 44 | 52 | 32 |
| Octal | 314 | 350 | 30 | 14 | 0 | 132 | 11 | 104 | 122 | 62 |
| Binary | 11001100 | 11101000 | 11000 | 1100 | 0 | 1011010 | 1001 | 1000100 | 1010010 | 110010 |
Color Harmonies of #CCE818
Complementary color
Monochromatic Colors of #CCE818
Black with #CCE818
Text Example
Text Example
White with #CCE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE818; }
p { color: rgb(204,232,24); }
H1.HeaderClassName
{
color: #CCE818;
}
.AnyTagClassName
{
color: #CCE818;
}
</style>
background-color css
<style>
a { background-color: #CCE818; }
a { background-color: rgb(204,232,24); }
div.DivClassName
{
background-color: #CCE818;
}
.BgClassName
{
background-color: #CCE818;
}
</style>
border-color css
<style>
span { border-color: #CCE818; }
span { border-color: rgb(204,232,24); }
td.TdClassName
{
border-color: #CCE818;
}
.TagClassName
{
border-color: #CCE818;
}
</style>