Shades of Pear #CCE016
Tints of Pear #CCE016
RGB
CMYK
RGB Variations
Color information
#CCE016 (or 0xCCE016) is known color: Pear. HEX triplet: CC, E0 and 16. RGB value is (204,224,22). Sum of RGB (Red+Green+Blue) = 204+224+22=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE016 is #331FE9. Grayscale: #C3C3C3. Windows color (decimal): -3350506 or 1499340. OLE color: 1499340.
HSL color Cylindrical-coordinate representation of color #CCE016: hue angle of 65.94º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE016 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.12 |
| HSL | 65.94º | 0.82% | 0.48% | - |
| HSV(B) | 65.94º | 0.9% | 0.88% | - |
| XYZ | 51.7 | 66.21 | 10.81 | - |
| YUV | 194.99 | 30.37 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 22 | 0.09 | 0 | 0.90 | 0.12 | 65.94 | 0.82 | 0.48 |
| Hex | CC | E0 | 16 | 9 | 0 | 5A | C | 42 | 52 | 30 |
| Octal | 314 | 340 | 26 | 11 | 0 | 132 | 14 | 102 | 122 | 60 |
| Binary | 11001100 | 11100000 | 10110 | 1001 | 0 | 1011010 | 1100 | 1000010 | 1010010 | 110000 |
Color Harmonies of #CCE016
Complementary color
Monochromatic Colors of #CCE016
Black with #CCE016
Text Example
Text Example
White with #CCE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE016; }
p { color: rgb(204,224,22); }
H1.HeaderClassName
{
color: #CCE016;
}
.AnyTagClassName
{
color: #CCE016;
}
</style>
background-color css
<style>
a { background-color: #CCE016; }
a { background-color: rgb(204,224,22); }
div.DivClassName
{
background-color: #CCE016;
}
.BgClassName
{
background-color: #CCE016;
}
</style>
border-color css
<style>
span { border-color: #CCE016; }
span { border-color: rgb(204,224,22); }
td.TdClassName
{
border-color: #CCE016;
}
.TagClassName
{
border-color: #CCE016;
}
</style>