Shades of Pear #CCEB16
Tints of Pear #CCEB16
RGB
CMYK
RGB Variations
Color information
#CCEB16 (or 0xCCEB16) is known color: Pear. HEX triplet: CC, EB and 16. RGB value is (204,235,22). Sum of RGB (Red+Green+Blue) = 204+235+22=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB16 is #3314E9. Grayscale: #CACACA. Windows color (decimal): -3347690 or 1502156. OLE color: 1502156.
HSL color Cylindrical-coordinate representation of color #CCEB16: hue angle of 68.73º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCEB16 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.08 |
| HSL | 68.73º | 0.84% | 0.5% | - |
| HSV(B) | 68.73º | 0.91% | 0.92% | - |
| XYZ | 54.75 | 72.31 | 11.83 | - |
| YUV | 201.45 | 26.73 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 22 | 0.13 | 0 | 0.91 | 0.08 | 68.73 | 0.84 | 0.5 |
| Hex | CC | EB | 16 | D | 0 | 5B | 8 | 45 | 54 | 32 |
| Octal | 314 | 353 | 26 | 15 | 0 | 133 | 10 | 105 | 124 | 62 |
| Binary | 11001100 | 11101011 | 10110 | 1101 | 0 | 1011011 | 1000 | 1000101 | 1010100 | 110010 |
Color Harmonies of #CCEB16
Complementary color
Monochromatic Colors of #CCEB16
Black with #CCEB16
Text Example
Text Example
White with #CCEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB16; }
p { color: rgb(204,235,22); }
H1.HeaderClassName
{
color: #CCEB16;
}
.AnyTagClassName
{
color: #CCEB16;
}
</style>
background-color css
<style>
a { background-color: #CCEB16; }
a { background-color: rgb(204,235,22); }
div.DivClassName
{
background-color: #CCEB16;
}
.BgClassName
{
background-color: #CCEB16;
}
</style>
border-color css
<style>
span { border-color: #CCEB16; }
span { border-color: rgb(204,235,22); }
td.TdClassName
{
border-color: #CCEB16;
}
.TagClassName
{
border-color: #CCEB16;
}
</style>