Shades of Pear #CCE53C
Tints of Pear #CCE53C
RGB
CMYK
RGB Variations
Color information
#CCE53C (or 0xCCE53C) is known color: Pear. HEX triplet: CC, E5 and 3C. RGB value is (204,229,60). Sum of RGB (Red+Green+Blue) = 204+229+60=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE53C is #331AC3. Grayscale: #CACACA. Windows color (decimal): -3349188 or 3990988. OLE color: 3990988.
HSL color Cylindrical-coordinate representation of color #CCE53C: hue angle of 68.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCE53C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 60 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.10 |
| HSL | 68.88º | 0.76% | 0.57% | - |
| HSV(B) | 68.88º | 0.74% | 0.9% | - |
| XYZ | 53.74 | 69.2 | 14.8 | - |
| YUV | 202.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 60 | 0.11 | 0 | 0.74 | 0.10 | 68.88 | 0.76 | 0.57 |
| Hex | CC | E5 | 3C | B | 0 | 4A | A | 45 | 4C | 39 |
| Octal | 314 | 345 | 74 | 13 | 0 | 112 | 12 | 105 | 114 | 71 |
| Binary | 11001100 | 11100101 | 111100 | 1011 | 0 | 1001010 | 1010 | 1000101 | 1001100 | 111001 |
Color Harmonies of #CCE53C
Complementary color
Monochromatic Colors of #CCE53C
Black with #CCE53C
Text Example
Text Example
White with #CCE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE53C; }
p { color: rgb(204,229,60); }
H1.HeaderClassName
{
color: #CCE53C;
}
.AnyTagClassName
{
color: #CCE53C;
}
</style>
background-color css
<style>
a { background-color: #CCE53C; }
a { background-color: rgb(204,229,60); }
div.DivClassName
{
background-color: #CCE53C;
}
.BgClassName
{
background-color: #CCE53C;
}
</style>
border-color css
<style>
span { border-color: #CCE53C; }
span { border-color: rgb(204,229,60); }
td.TdClassName
{
border-color: #CCE53C;
}
.TagClassName
{
border-color: #CCE53C;
}
</style>