Shades of Pear #CCEC28
Tints of Pear #CCEC28
RGB
CMYK
RGB Variations
Color information
#CCEC28 (or 0xCCEC28) is known color: Pear. HEX triplet: CC, EC and 28. RGB value is (204,236,40). Sum of RGB (Red+Green+Blue) = 204+236+40=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC28 is #3313D7. Grayscale: #CCCCCC. Windows color (decimal): -3347416 or 2682060. OLE color: 2682060.
HSL color Cylindrical-coordinate representation of color #CCEC28: hue angle of 69.8º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCEC28 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 40 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.07 |
| HSL | 69.8º | 0.84% | 0.54% | - |
| HSV(B) | 69.8º | 0.83% | 0.93% | - |
| XYZ | 55.28 | 72.98 | 13.18 | - |
| YUV | 204.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 40 | 0.14 | 0 | 0.83 | 0.07 | 69.8 | 0.84 | 0.54 |
| Hex | CC | EC | 28 | E | 0 | 53 | 7 | 46 | 54 | 36 |
| Octal | 314 | 354 | 50 | 16 | 0 | 123 | 7 | 106 | 124 | 66 |
| Binary | 11001100 | 11101100 | 101000 | 1110 | 0 | 1010011 | 111 | 1000110 | 1010100 | 110110 |
Color Harmonies of #CCEC28
Complementary color
Monochromatic Colors of #CCEC28
Black with #CCEC28
Text Example
Text Example
White with #CCEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC28; }
p { color: rgb(204,236,40); }
H1.HeaderClassName
{
color: #CCEC28;
}
.AnyTagClassName
{
color: #CCEC28;
}
</style>
background-color css
<style>
a { background-color: #CCEC28; }
a { background-color: rgb(204,236,40); }
div.DivClassName
{
background-color: #CCEC28;
}
.BgClassName
{
background-color: #CCEC28;
}
</style>
border-color css
<style>
span { border-color: #CCEC28; }
span { border-color: rgb(204,236,40); }
td.TdClassName
{
border-color: #CCEC28;
}
.TagClassName
{
border-color: #CCEC28;
}
</style>