Shades of Pear #CCEA16
Tints of Pear #CCEA16
RGB
CMYK
RGB Variations
Color information
#CCEA16 (or 0xCCEA16) is known color: Pear. HEX triplet: CC, EA and 16. RGB value is (204,234,22). Sum of RGB (Red+Green+Blue) = 204+234+22=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA16 is #3315E9. Grayscale: #C9C9C9. Windows color (decimal): -3347946 or 1501900. OLE color: 1501900.
HSL color Cylindrical-coordinate representation of color #CCEA16: hue angle of 68.49º degrees, saturation: 0.83, 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 #CCEA16 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.08 |
| HSL | 68.49º | 0.83% | 0.5% | - |
| HSV(B) | 68.49º | 0.91% | 0.92% | - |
| XYZ | 54.47 | 71.74 | 11.74 | - |
| YUV | 200.86 | 27.06 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 22 | 0.13 | 0 | 0.91 | 0.08 | 68.49 | 0.83 | 0.5 |
| Hex | CC | EA | 16 | D | 0 | 5B | 8 | 44 | 53 | 32 |
| Octal | 314 | 352 | 26 | 15 | 0 | 133 | 10 | 104 | 123 | 62 |
| Binary | 11001100 | 11101010 | 10110 | 1101 | 0 | 1011011 | 1000 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CCEA16
Complementary color
Monochromatic Colors of #CCEA16
Black with #CCEA16
Text Example
Text Example
White with #CCEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA16; }
p { color: rgb(204,234,22); }
H1.HeaderClassName
{
color: #CCEA16;
}
.AnyTagClassName
{
color: #CCEA16;
}
</style>
background-color css
<style>
a { background-color: #CCEA16; }
a { background-color: rgb(204,234,22); }
div.DivClassName
{
background-color: #CCEA16;
}
.BgClassName
{
background-color: #CCEA16;
}
</style>
border-color css
<style>
span { border-color: #CCEA16; }
span { border-color: rgb(204,234,22); }
td.TdClassName
{
border-color: #CCEA16;
}
.TagClassName
{
border-color: #CCEA16;
}
</style>