Shades of Pear #CCE414
Tints of Pear #CCE414
RGB
CMYK
RGB Variations
Color information
#CCE414 (or 0xCCE414) is known color: Pear. HEX triplet: CC, E4 and 14. RGB value is (204,228,20). Sum of RGB (Red+Green+Blue) = 204+228+20=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE414 is #331BEB. Grayscale: #C5C5C5. Windows color (decimal): -3349484 or 1369292. OLE color: 1369292.
HSL color Cylindrical-coordinate representation of color #CCE414: hue angle of 66.92º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE414 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.11 |
| HSL | 66.92º | 0.84% | 0.49% | - |
| HSV(B) | 66.92º | 0.91% | 0.89% | - |
| XYZ | 52.77 | 68.37 | 11.08 | - |
| YUV | 197.11 | 28.05 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 20 | 0.11 | 0 | 0.91 | 0.11 | 66.92 | 0.84 | 0.49 |
| Hex | CC | E4 | 14 | B | 0 | 5B | B | 43 | 54 | 31 |
| Octal | 314 | 344 | 24 | 13 | 0 | 133 | 13 | 103 | 124 | 61 |
| Binary | 11001100 | 11100100 | 10100 | 1011 | 0 | 1011011 | 1011 | 1000011 | 1010100 | 110001 |
Color Harmonies of #CCE414
Complementary color
Monochromatic Colors of #CCE414
Black with #CCE414
Text Example
Text Example
White with #CCE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE414; }
p { color: rgb(204,228,20); }
H1.HeaderClassName
{
color: #CCE414;
}
.AnyTagClassName
{
color: #CCE414;
}
</style>
background-color css
<style>
a { background-color: #CCE414; }
a { background-color: rgb(204,228,20); }
div.DivClassName
{
background-color: #CCE414;
}
.BgClassName
{
background-color: #CCE414;
}
</style>
border-color css
<style>
span { border-color: #CCE414; }
span { border-color: rgb(204,228,20); }
td.TdClassName
{
border-color: #CCE414;
}
.TagClassName
{
border-color: #CCE414;
}
</style>