Shades of Pear #CCEC1C
Tints of Pear #CCEC1C
RGB
CMYK
RGB Variations
Color information
#CCEC1C (or 0xCCEC1C) is known color: Pear. HEX triplet: CC, EC and 1C. RGB value is (204,236,28). Sum of RGB (Red+Green+Blue) = 204+236+28=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC1C is #3313E3. Grayscale: #CBCBCB. Windows color (decimal): -3347428 or 1895628. OLE color: 1895628.
HSL color Cylindrical-coordinate representation of color #CCEC1C: hue angle of 69.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCEC1C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 28 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.07 |
| HSL | 69.23º | 0.85% | 0.52% | - |
| HSV(B) | 69.23º | 0.88% | 0.93% | - |
| XYZ | 55.11 | 72.91 | 12.27 | - |
| YUV | 202.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 28 | 0.14 | 0 | 0.88 | 0.07 | 69.23 | 0.85 | 0.52 |
| Hex | CC | EC | 1C | E | 0 | 58 | 7 | 45 | 55 | 34 |
| Octal | 314 | 354 | 34 | 16 | 0 | 130 | 7 | 105 | 125 | 64 |
| Binary | 11001100 | 11101100 | 11100 | 1110 | 0 | 1011000 | 111 | 1000101 | 1010101 | 110100 |
Color Harmonies of #CCEC1C
Complementary color
Monochromatic Colors of #CCEC1C
Black with #CCEC1C
Text Example
Text Example
White with #CCEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC1C; }
p { color: rgb(204,236,28); }
H1.HeaderClassName
{
color: #CCEC1C;
}
.AnyTagClassName
{
color: #CCEC1C;
}
</style>
background-color css
<style>
a { background-color: #CCEC1C; }
a { background-color: rgb(204,236,28); }
div.DivClassName
{
background-color: #CCEC1C;
}
.BgClassName
{
background-color: #CCEC1C;
}
</style>
border-color css
<style>
span { border-color: #CCEC1C; }
span { border-color: rgb(204,236,28); }
td.TdClassName
{
border-color: #CCEC1C;
}
.TagClassName
{
border-color: #CCEC1C;
}
</style>