Shades of Pear #CCE224
Tints of Pear #CCE224
RGB
CMYK
RGB Variations
Color information
#CCE224 (or 0xCCE224) is known color: Pear. HEX triplet: CC, E2 and 24. RGB value is (204,226,36). Sum of RGB (Red+Green+Blue) = 204+226+36=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE224 is #331DDB. Grayscale: #C6C6C6. Windows color (decimal): -3349980 or 2417356. OLE color: 2417356.
HSL color Cylindrical-coordinate representation of color #CCE224: hue angle of 66.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCE224 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 36 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.11 |
| HSL | 66.95º | 0.77% | 0.51% | - |
| HSV(B) | 66.95º | 0.84% | 0.89% | - |
| XYZ | 52.42 | 67.36 | 11.91 | - |
| YUV | 197.76 | 36.71 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 36 | 0.10 | 0 | 0.84 | 0.11 | 66.95 | 0.77 | 0.51 |
| Hex | CC | E2 | 24 | A | 0 | 54 | B | 43 | 4D | 33 |
| Octal | 314 | 342 | 44 | 12 | 0 | 124 | 13 | 103 | 115 | 63 |
| Binary | 11001100 | 11100010 | 100100 | 1010 | 0 | 1010100 | 1011 | 1000011 | 1001101 | 110011 |
Color Harmonies of #CCE224
Complementary color
Monochromatic Colors of #CCE224
Black with #CCE224
Text Example
Text Example
White with #CCE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE224; }
p { color: rgb(204,226,36); }
H1.HeaderClassName
{
color: #CCE224;
}
.AnyTagClassName
{
color: #CCE224;
}
</style>
background-color css
<style>
a { background-color: #CCE224; }
a { background-color: rgb(204,226,36); }
div.DivClassName
{
background-color: #CCE224;
}
.BgClassName
{
background-color: #CCE224;
}
</style>
border-color css
<style>
span { border-color: #CCE224; }
span { border-color: rgb(204,226,36); }
td.TdClassName
{
border-color: #CCE224;
}
.TagClassName
{
border-color: #CCE224;
}
</style>