Shades of Pear #CCEC3A
Tints of Pear #CCEC3A
RGB
CMYK
RGB Variations
Color information
#CCEC3A (or 0xCCEC3A) is known color: Pear. HEX triplet: CC, EC and 3A. RGB value is (204,236,58). Sum of RGB (Red+Green+Blue) = 204+236+58=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC3A is #3313C5. Grayscale: #CECECE. Windows color (decimal): -3347398 or 3861708. OLE color: 3861708.
HSL color Cylindrical-coordinate representation of color #CCEC3A: hue angle of 70.79º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCEC3A is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 58 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.07 |
| HSL | 70.79º | 0.82% | 0.58% | - |
| HSV(B) | 70.79º | 0.75% | 0.93% | - |
| XYZ | 55.66 | 73.13 | 15.19 | - |
| YUV | 206.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 58 | 0.14 | 0 | 0.75 | 0.07 | 70.79 | 0.82 | 0.58 |
| Hex | CC | EC | 3A | E | 0 | 4B | 7 | 47 | 52 | 3A |
| Octal | 314 | 354 | 72 | 16 | 0 | 113 | 7 | 107 | 122 | 72 |
| Binary | 11001100 | 11101100 | 111010 | 1110 | 0 | 1001011 | 111 | 1000111 | 1010010 | 111010 |
Color Harmonies of #CCEC3A
Complementary color
Monochromatic Colors of #CCEC3A
Black with #CCEC3A
Text Example
Text Example
White with #CCEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC3A; }
p { color: rgb(204,236,58); }
H1.HeaderClassName
{
color: #CCEC3A;
}
.AnyTagClassName
{
color: #CCEC3A;
}
</style>
background-color css
<style>
a { background-color: #CCEC3A; }
a { background-color: rgb(204,236,58); }
div.DivClassName
{
background-color: #CCEC3A;
}
.BgClassName
{
background-color: #CCEC3A;
}
</style>
border-color css
<style>
span { border-color: #CCEC3A; }
span { border-color: rgb(204,236,58); }
td.TdClassName
{
border-color: #CCEC3A;
}
.TagClassName
{
border-color: #CCEC3A;
}
</style>