Shades of Pear #CCEA18
Tints of Pear #CCEA18
RGB
CMYK
RGB Variations
Color information
#CCEA18 (or 0xCCEA18) is known color: Pear. HEX triplet: CC, EA and 18. RGB value is (204,234,24). Sum of RGB (Red+Green+Blue) = 204+234+24=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA18 is #3315E7. Grayscale: #C9C9C9. Windows color (decimal): -3347944 or 1632972. OLE color: 1632972.
HSL color Cylindrical-coordinate representation of color #CCEA18: hue angle of 68.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCEA18 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 24 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.08 |
| HSL | 68.57º | 0.83% | 0.51% | - |
| HSV(B) | 68.57º | 0.9% | 0.92% | - |
| XYZ | 54.49 | 71.75 | 11.84 | - |
| YUV | 201.09 | 28.06 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 24 | 0.13 | 0 | 0.90 | 0.08 | 68.57 | 0.83 | 0.51 |
| Hex | CC | EA | 18 | D | 0 | 5A | 8 | 45 | 53 | 33 |
| Octal | 314 | 352 | 30 | 15 | 0 | 132 | 10 | 105 | 123 | 63 |
| Binary | 11001100 | 11101010 | 11000 | 1101 | 0 | 1011010 | 1000 | 1000101 | 1010011 | 110011 |
Color Harmonies of #CCEA18
Complementary color
Monochromatic Colors of #CCEA18
Black with #CCEA18
Text Example
Text Example
White with #CCEA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA18; }
p { color: rgb(204,234,24); }
H1.HeaderClassName
{
color: #CCEA18;
}
.AnyTagClassName
{
color: #CCEA18;
}
</style>
background-color css
<style>
a { background-color: #CCEA18; }
a { background-color: rgb(204,234,24); }
div.DivClassName
{
background-color: #CCEA18;
}
.BgClassName
{
background-color: #CCEA18;
}
</style>
border-color css
<style>
span { border-color: #CCEA18; }
span { border-color: rgb(204,234,24); }
td.TdClassName
{
border-color: #CCEA18;
}
.TagClassName
{
border-color: #CCEA18;
}
</style>