Shades of Pear #CCE12E
Tints of Pear #CCE12E
RGB
CMYK
RGB Variations
Color information
#CCE12E (or 0xCCE12E) is known color: Pear. HEX triplet: CC, E1 and 2E. RGB value is (204,225,46). Sum of RGB (Red+Green+Blue) = 204+225+46=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE12E is #331ED1. Grayscale: #C7C7C7. Windows color (decimal): -3350226 or 3072460. OLE color: 3072460.
HSL color Cylindrical-coordinate representation of color #CCE12E: hue angle of 67.04º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCE12E is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 46 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.12 |
| HSL | 67.04º | 0.75% | 0.53% | - |
| HSV(B) | 67.04º | 0.8% | 0.88% | - |
| XYZ | 52.32 | 66.89 | 12.74 | - |
| YUV | 198.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 46 | 0.09 | 0 | 0.80 | 0.12 | 67.04 | 0.75 | 0.53 |
| Hex | CC | E1 | 2E | 9 | 0 | 50 | C | 43 | 4B | 35 |
| Octal | 314 | 341 | 56 | 11 | 0 | 120 | 14 | 103 | 113 | 65 |
| Binary | 11001100 | 11100001 | 101110 | 1001 | 0 | 1010000 | 1100 | 1000011 | 1001011 | 110101 |
Color Harmonies of #CCE12E
Complementary color
Monochromatic Colors of #CCE12E
Black with #CCE12E
Text Example
Text Example
White with #CCE12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE12E; }
p { color: rgb(204,225,46); }
H1.HeaderClassName
{
color: #CCE12E;
}
.AnyTagClassName
{
color: #CCE12E;
}
</style>
background-color css
<style>
a { background-color: #CCE12E; }
a { background-color: rgb(204,225,46); }
div.DivClassName
{
background-color: #CCE12E;
}
.BgClassName
{
background-color: #CCE12E;
}
</style>
border-color css
<style>
span { border-color: #CCE12E; }
span { border-color: rgb(204,225,46); }
td.TdClassName
{
border-color: #CCE12E;
}
.TagClassName
{
border-color: #CCE12E;
}
</style>