Shades of Pear #CCE220
Tints of Pear #CCE220
RGB
CMYK
RGB Variations
Color information
#CCE220 (or 0xCCE220) is known color: Pear. HEX triplet: CC, E2 and 20. RGB value is (204,226,32). Sum of RGB (Red+Green+Blue) = 204+226+32=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE220 is #331DDF. Grayscale: #C6C6C6. Windows color (decimal): -3349984 or 2155212. OLE color: 2155212.
HSL color Cylindrical-coordinate representation of color #CCE220: hue angle of 66.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCE220 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 32 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.11 |
| HSL | 66.8º | 0.77% | 0.51% | - |
| HSV(B) | 66.8º | 0.86% | 0.89% | - |
| XYZ | 52.36 | 67.33 | 11.6 | - |
| YUV | 197.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 32 | 0.10 | 0 | 0.86 | 0.11 | 66.8 | 0.77 | 0.51 |
| Hex | CC | E2 | 20 | A | 0 | 56 | B | 43 | 4D | 33 |
| Octal | 314 | 342 | 40 | 12 | 0 | 126 | 13 | 103 | 115 | 63 |
| Binary | 11001100 | 11100010 | 100000 | 1010 | 0 | 1010110 | 1011 | 1000011 | 1001101 | 110011 |
Color Harmonies of #CCE220
Complementary color
Monochromatic Colors of #CCE220
Black with #CCE220
Text Example
Text Example
White with #CCE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE220; }
p { color: rgb(204,226,32); }
H1.HeaderClassName
{
color: #CCE220;
}
.AnyTagClassName
{
color: #CCE220;
}
</style>
background-color css
<style>
a { background-color: #CCE220; }
a { background-color: rgb(204,226,32); }
div.DivClassName
{
background-color: #CCE220;
}
.BgClassName
{
background-color: #CCE220;
}
</style>
border-color css
<style>
span { border-color: #CCE220; }
span { border-color: rgb(204,226,32); }
td.TdClassName
{
border-color: #CCE220;
}
.TagClassName
{
border-color: #CCE220;
}
</style>