Shades of Pear #CCEC2F
Tints of Pear #CCEC2F
RGB
CMYK
RGB Variations
Color information
#CCEC2F (or 0xCCEC2F) is known color: Pear. HEX triplet: CC, EC and 2F. RGB value is (204,236,47). Sum of RGB (Red+Green+Blue) = 204+236+47=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC2F is #3313D0. Grayscale: #CDCDCD. Windows color (decimal): -3347409 or 3140812. OLE color: 3140812.
HSL color Cylindrical-coordinate representation of color #CCEC2F: hue angle of 70.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCEC2F is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 47 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.07 |
| HSL | 70.16º | 0.83% | 0.55% | - |
| HSV(B) | 70.16º | 0.8% | 0.93% | - |
| XYZ | 55.41 | 73.03 | 13.87 | - |
| YUV | 204.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 47 | 0.14 | 0 | 0.80 | 0.07 | 70.16 | 0.83 | 0.55 |
| Hex | CC | EC | 2F | E | 0 | 50 | 7 | 46 | 53 | 37 |
| Octal | 314 | 354 | 57 | 16 | 0 | 120 | 7 | 106 | 123 | 67 |
| Binary | 11001100 | 11101100 | 101111 | 1110 | 0 | 1010000 | 111 | 1000110 | 1010011 | 110111 |
Color Harmonies of #CCEC2F
Complementary color
Monochromatic Colors of #CCEC2F
Black with #CCEC2F
Text Example
Text Example
White with #CCEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC2F; }
p { color: rgb(204,236,47); }
H1.HeaderClassName
{
color: #CCEC2F;
}
.AnyTagClassName
{
color: #CCEC2F;
}
</style>
background-color css
<style>
a { background-color: #CCEC2F; }
a { background-color: rgb(204,236,47); }
div.DivClassName
{
background-color: #CCEC2F;
}
.BgClassName
{
background-color: #CCEC2F;
}
</style>
border-color css
<style>
span { border-color: #CCEC2F; }
span { border-color: rgb(204,236,47); }
td.TdClassName
{
border-color: #CCEC2F;
}
.TagClassName
{
border-color: #CCEC2F;
}
</style>