Shades of Pear #CCE02E
Tints of Pear #CCE02E
RGB
CMYK
RGB Variations
Color information
#CCE02E (or 0xCCE02E) is known color: Pear. HEX triplet: CC, E0 and 2E. RGB value is (204,224,46). Sum of RGB (Red+Green+Blue) = 204+224+46=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE02E is #331FD1. Grayscale: #C6C6C6. Windows color (decimal): -3350482 or 3072204. OLE color: 3072204.
HSL color Cylindrical-coordinate representation of color #CCE02E: hue angle of 66.74º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCE02E is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 46 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.12 |
| HSL | 66.74º | 0.74% | 0.53% | - |
| HSV(B) | 66.74º | 0.79% | 0.88% | - |
| XYZ | 52.05 | 66.35 | 12.65 | - |
| YUV | 197.73 | 42.37 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 46 | 0.09 | 0 | 0.79 | 0.12 | 66.74 | 0.74 | 0.53 |
| Hex | CC | E0 | 2E | 9 | 0 | 4F | C | 43 | 4A | 35 |
| Octal | 314 | 340 | 56 | 11 | 0 | 117 | 14 | 103 | 112 | 65 |
| Binary | 11001100 | 11100000 | 101110 | 1001 | 0 | 1001111 | 1100 | 1000011 | 1001010 | 110101 |
Color Harmonies of #CCE02E
Complementary color
Monochromatic Colors of #CCE02E
Black with #CCE02E
Text Example
Text Example
White with #CCE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE02E; }
p { color: rgb(204,224,46); }
H1.HeaderClassName
{
color: #CCE02E;
}
.AnyTagClassName
{
color: #CCE02E;
}
</style>
background-color css
<style>
a { background-color: #CCE02E; }
a { background-color: rgb(204,224,46); }
div.DivClassName
{
background-color: #CCE02E;
}
.BgClassName
{
background-color: #CCE02E;
}
</style>
border-color css
<style>
span { border-color: #CCE02E; }
span { border-color: rgb(204,224,46); }
td.TdClassName
{
border-color: #CCE02E;
}
.TagClassName
{
border-color: #CCE02E;
}
</style>