Shades of Pear #CCE516
Tints of Pear #CCE516
RGB
CMYK
RGB Variations
Color information
#CCE516 (or 0xCCE516) is known color: Pear. HEX triplet: CC, E5 and 16. RGB value is (204,229,22). Sum of RGB (Red+Green+Blue) = 204+229+22=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE516 is #331AE9. Grayscale: #C6C6C6. Windows color (decimal): -3349226 or 1500620. OLE color: 1500620.
HSL color Cylindrical-coordinate representation of color #CCE516: hue angle of 67.25º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE516 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.10 |
| HSL | 67.25º | 0.82% | 0.49% | - |
| HSV(B) | 67.25º | 0.9% | 0.9% | - |
| XYZ | 53.07 | 68.93 | 11.27 | - |
| YUV | 197.93 | 28.72 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 22 | 0.11 | 0 | 0.90 | 0.10 | 67.25 | 0.82 | 0.49 |
| Hex | CC | E5 | 16 | B | 0 | 5A | A | 43 | 52 | 31 |
| Octal | 314 | 345 | 26 | 13 | 0 | 132 | 12 | 103 | 122 | 61 |
| Binary | 11001100 | 11100101 | 10110 | 1011 | 0 | 1011010 | 1010 | 1000011 | 1010010 | 110001 |
Color Harmonies of #CCE516
Complementary color
Monochromatic Colors of #CCE516
Black with #CCE516
Text Example
Text Example
White with #CCE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE516; }
p { color: rgb(204,229,22); }
H1.HeaderClassName
{
color: #CCE516;
}
.AnyTagClassName
{
color: #CCE516;
}
</style>
background-color css
<style>
a { background-color: #CCE516; }
a { background-color: rgb(204,229,22); }
div.DivClassName
{
background-color: #CCE516;
}
.BgClassName
{
background-color: #CCE516;
}
</style>
border-color css
<style>
span { border-color: #CCE516; }
span { border-color: rgb(204,229,22); }
td.TdClassName
{
border-color: #CCE516;
}
.TagClassName
{
border-color: #CCE516;
}
</style>