Shades of Pear #CCE214
Tints of Pear #CCE214
RGB
CMYK
RGB Variations
Color information
#CCE214 (or 0xCCE214) is known color: Pear. HEX triplet: CC, E2 and 14. RGB value is (204,226,20). Sum of RGB (Red+Green+Blue) = 204+226+20=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE214 is #331DEB. Grayscale: #C4C4C4. Windows color (decimal): -3349996 or 1368780. OLE color: 1368780.
HSL color Cylindrical-coordinate representation of color #CCE214: hue angle of 66.41º degrees, saturation: 0.84, 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 #CCE214 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.11 |
| HSL | 66.41º | 0.84% | 0.48% | - |
| HSV(B) | 66.41º | 0.91% | 0.89% | - |
| XYZ | 52.22 | 67.28 | 10.9 | - |
| YUV | 195.94 | 28.71 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 20 | 0.10 | 0 | 0.91 | 0.11 | 66.41 | 0.84 | 0.48 |
| Hex | CC | E2 | 14 | A | 0 | 5B | B | 42 | 54 | 30 |
| Octal | 314 | 342 | 24 | 12 | 0 | 133 | 13 | 102 | 124 | 60 |
| Binary | 11001100 | 11100010 | 10100 | 1010 | 0 | 1011011 | 1011 | 1000010 | 1010100 | 110000 |
Color Harmonies of #CCE214
Complementary color
Monochromatic Colors of #CCE214
Black with #CCE214
Text Example
Text Example
White with #CCE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE214; }
p { color: rgb(204,226,20); }
H1.HeaderClassName
{
color: #CCE214;
}
.AnyTagClassName
{
color: #CCE214;
}
</style>
background-color css
<style>
a { background-color: #CCE214; }
a { background-color: rgb(204,226,20); }
div.DivClassName
{
background-color: #CCE214;
}
.BgClassName
{
background-color: #CCE214;
}
</style>
border-color css
<style>
span { border-color: #CCE214; }
span { border-color: rgb(204,226,20); }
td.TdClassName
{
border-color: #CCE214;
}
.TagClassName
{
border-color: #CCE214;
}
</style>