Shades of Pear #CCE215
Tints of Pear #CCE215
RGB
CMYK
RGB Variations
Color information
#CCE215 (or 0xCCE215) is known color: Pear. HEX triplet: CC, E2 and 15. RGB value is (204,226,21). Sum of RGB (Red+Green+Blue) = 204+226+21=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE215 is #331DEA. Grayscale: #C4C4C4. Windows color (decimal): -3349995 or 1434316. OLE color: 1434316.
HSL color Cylindrical-coordinate representation of color #CCE215: hue angle of 66.44º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE215 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.11 |
| HSL | 66.44º | 0.83% | 0.48% | - |
| HSV(B) | 66.44º | 0.91% | 0.89% | - |
| XYZ | 52.23 | 67.28 | 10.94 | - |
| YUV | 196.05 | 29.21 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 21 | 0.10 | 0 | 0.91 | 0.11 | 66.44 | 0.83 | 0.48 |
| Hex | CC | E2 | 15 | A | 0 | 5B | B | 42 | 53 | 30 |
| Octal | 314 | 342 | 25 | 12 | 0 | 133 | 13 | 102 | 123 | 60 |
| Binary | 11001100 | 11100010 | 10101 | 1010 | 0 | 1011011 | 1011 | 1000010 | 1010011 | 110000 |
Color Harmonies of #CCE215
Complementary color
Monochromatic Colors of #CCE215
Black with #CCE215
Text Example
Text Example
White with #CCE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE215; }
p { color: rgb(204,226,21); }
H1.HeaderClassName
{
color: #CCE215;
}
.AnyTagClassName
{
color: #CCE215;
}
</style>
background-color css
<style>
a { background-color: #CCE215; }
a { background-color: rgb(204,226,21); }
div.DivClassName
{
background-color: #CCE215;
}
.BgClassName
{
background-color: #CCE215;
}
</style>
border-color css
<style>
span { border-color: #CCE215; }
span { border-color: rgb(204,226,21); }
td.TdClassName
{
border-color: #CCE215;
}
.TagClassName
{
border-color: #CCE215;
}
</style>