Shades of Pear #CCEC2A
Tints of Pear #CCEC2A
RGB
CMYK
RGB Variations
Color information
#CCEC2A (or 0xCCEC2A) is known color: Pear. HEX triplet: CC, EC and 2A. RGB value is (204,236,42). Sum of RGB (Red+Green+Blue) = 204+236+42=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC2A is #3313D5. Grayscale: #CDCDCD. Windows color (decimal): -3347414 or 2813132. OLE color: 2813132.
HSL color Cylindrical-coordinate representation of color #CCEC2A: hue angle of 69.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCEC2A is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 42 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.07 |
| HSL | 69.9º | 0.84% | 0.55% | - |
| HSV(B) | 69.9º | 0.82% | 0.93% | - |
| XYZ | 55.32 | 73 | 13.36 | - |
| YUV | 204.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 42 | 0.14 | 0 | 0.82 | 0.07 | 69.9 | 0.84 | 0.55 |
| Hex | CC | EC | 2A | E | 0 | 52 | 7 | 46 | 54 | 37 |
| Octal | 314 | 354 | 52 | 16 | 0 | 122 | 7 | 106 | 124 | 67 |
| Binary | 11001100 | 11101100 | 101010 | 1110 | 0 | 1010010 | 111 | 1000110 | 1010100 | 110111 |
Color Harmonies of #CCEC2A
Complementary color
Monochromatic Colors of #CCEC2A
Black with #CCEC2A
Text Example
Text Example
White with #CCEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC2A; }
p { color: rgb(204,236,42); }
H1.HeaderClassName
{
color: #CCEC2A;
}
.AnyTagClassName
{
color: #CCEC2A;
}
</style>
background-color css
<style>
a { background-color: #CCEC2A; }
a { background-color: rgb(204,236,42); }
div.DivClassName
{
background-color: #CCEC2A;
}
.BgClassName
{
background-color: #CCEC2A;
}
</style>
border-color css
<style>
span { border-color: #CCEC2A; }
span { border-color: rgb(204,236,42); }
td.TdClassName
{
border-color: #CCEC2A;
}
.TagClassName
{
border-color: #CCEC2A;
}
</style>