Shades of Pear #CCEC30
Tints of Pear #CCEC30
RGB
CMYK
RGB Variations
Color information
#CCEC30 (or 0xCCEC30) is known color: Pear. HEX triplet: CC, EC and 30. RGB value is (204,236,48). Sum of RGB (Red+Green+Blue) = 204+236+48=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC30 is #3313CF. Grayscale: #CDCDCD. Windows color (decimal): -3347408 or 3206348. OLE color: 3206348.
HSL color Cylindrical-coordinate representation of color #CCEC30: hue angle of 70.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCEC30 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 48 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.07 |
| HSL | 70.21º | 0.83% | 0.56% | - |
| HSV(B) | 70.21º | 0.8% | 0.93% | - |
| XYZ | 55.43 | 73.04 | 13.97 | - |
| YUV | 205 | 39.4 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 48 | 0.14 | 0 | 0.80 | 0.07 | 70.21 | 0.83 | 0.56 |
| Hex | CC | EC | 30 | E | 0 | 50 | 7 | 46 | 53 | 38 |
| Octal | 314 | 354 | 60 | 16 | 0 | 120 | 7 | 106 | 123 | 70 |
| Binary | 11001100 | 11101100 | 110000 | 1110 | 0 | 1010000 | 111 | 1000110 | 1010011 | 111000 |
Color Harmonies of #CCEC30
Complementary color
Monochromatic Colors of #CCEC30
Black with #CCEC30
Text Example
Text Example
White with #CCEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC30; }
p { color: rgb(204,236,48); }
H1.HeaderClassName
{
color: #CCEC30;
}
.AnyTagClassName
{
color: #CCEC30;
}
</style>
background-color css
<style>
a { background-color: #CCEC30; }
a { background-color: rgb(204,236,48); }
div.DivClassName
{
background-color: #CCEC30;
}
.BgClassName
{
background-color: #CCEC30;
}
</style>
border-color css
<style>
span { border-color: #CCEC30; }
span { border-color: rgb(204,236,48); }
td.TdClassName
{
border-color: #CCEC30;
}
.TagClassName
{
border-color: #CCEC30;
}
</style>