Shades of Pear #CCEC40
Tints of Pear #CCEC40
RGB
CMYK
RGB Variations
Color information
#CCEC40 (or 0xCCEC40) is known color: Pear. HEX triplet: CC, EC and 40. RGB value is (204,236,64). Sum of RGB (Red+Green+Blue) = 204+236+64=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC40 is #3313BF. Grayscale: #CFCFCF. Windows color (decimal): -3347392 or 4254924. OLE color: 4254924.
HSL color Cylindrical-coordinate representation of color #CCEC40: hue angle of 71.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCEC40 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 64 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.07 |
| HSL | 71.16º | 0.82% | 0.59% | - |
| HSV(B) | 71.16º | 0.73% | 0.93% | - |
| XYZ | 55.82 | 73.2 | 16.04 | - |
| YUV | 206.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 64 | 0.14 | 0 | 0.73 | 0.07 | 71.16 | 0.82 | 0.59 |
| Hex | CC | EC | 40 | E | 0 | 49 | 7 | 47 | 52 | 3B |
| Octal | 314 | 354 | 100 | 16 | 0 | 111 | 7 | 107 | 122 | 73 |
| Binary | 11001100 | 11101100 | 1000000 | 1110 | 0 | 1001001 | 111 | 1000111 | 1010010 | 111011 |
Color Harmonies of #CCEC40
Complementary color
Monochromatic Colors of #CCEC40
Black with #CCEC40
Text Example
Text Example
White with #CCEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC40; }
p { color: rgb(204,236,64); }
H1.HeaderClassName
{
color: #CCEC40;
}
.AnyTagClassName
{
color: #CCEC40;
}
</style>
background-color css
<style>
a { background-color: #CCEC40; }
a { background-color: rgb(204,236,64); }
div.DivClassName
{
background-color: #CCEC40;
}
.BgClassName
{
background-color: #CCEC40;
}
</style>
border-color css
<style>
span { border-color: #CCEC40; }
span { border-color: rgb(204,236,64); }
td.TdClassName
{
border-color: #CCEC40;
}
.TagClassName
{
border-color: #CCEC40;
}
</style>