Shades of Pear #CCE52E
Tints of Pear #CCE52E
RGB
CMYK
RGB Variations
Color information
#CCE52E (or 0xCCE52E) is known color: Pear. HEX triplet: CC, E5 and 2E. RGB value is (204,229,46). Sum of RGB (Red+Green+Blue) = 204+229+46=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE52E is #331AD1. Grayscale: #C9C9C9. Windows color (decimal): -3349202 or 3073484. OLE color: 3073484.
HSL color Cylindrical-coordinate representation of color #CCE52E: hue angle of 68.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCE52E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 46 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.10 |
| HSL | 68.2º | 0.78% | 0.54% | - |
| HSV(B) | 68.2º | 0.8% | 0.9% | - |
| XYZ | 53.41 | 69.07 | 13.1 | - |
| YUV | 200.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 46 | 0.11 | 0 | 0.80 | 0.10 | 68.2 | 0.78 | 0.54 |
| Hex | CC | E5 | 2E | B | 0 | 50 | A | 44 | 4E | 36 |
| Octal | 314 | 345 | 56 | 13 | 0 | 120 | 12 | 104 | 116 | 66 |
| Binary | 11001100 | 11100101 | 101110 | 1011 | 0 | 1010000 | 1010 | 1000100 | 1001110 | 110110 |
Color Harmonies of #CCE52E
Complementary color
Monochromatic Colors of #CCE52E
Black with #CCE52E
Text Example
Text Example
White with #CCE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE52E; }
p { color: rgb(204,229,46); }
H1.HeaderClassName
{
color: #CCE52E;
}
.AnyTagClassName
{
color: #CCE52E;
}
</style>
background-color css
<style>
a { background-color: #CCE52E; }
a { background-color: rgb(204,229,46); }
div.DivClassName
{
background-color: #CCE52E;
}
.BgClassName
{
background-color: #CCE52E;
}
</style>
border-color css
<style>
span { border-color: #CCE52E; }
span { border-color: rgb(204,229,46); }
td.TdClassName
{
border-color: #CCE52E;
}
.TagClassName
{
border-color: #CCE52E;
}
</style>