Shades of Pear #CCEC1D
Tints of Pear #CCEC1D
RGB
CMYK
RGB Variations
Color information
#CCEC1D (or 0xCCEC1D) is known color: Pear. HEX triplet: CC, EC and 1D. RGB value is (204,236,29). Sum of RGB (Red+Green+Blue) = 204+236+29=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC1D is #3313E2. Grayscale: #CBCBCB. Windows color (decimal): -3347427 or 1961164. OLE color: 1961164.
HSL color Cylindrical-coordinate representation of color #CCEC1D: hue angle of 69.28º degrees, saturation: 0.84, 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 #CCEC1D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 29 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.07 |
| HSL | 69.28º | 0.84% | 0.52% | - |
| HSV(B) | 69.28º | 0.88% | 0.93% | - |
| XYZ | 55.12 | 72.92 | 12.33 | - |
| YUV | 202.83 | 29.9 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 29 | 0.14 | 0 | 0.88 | 0.07 | 69.28 | 0.84 | 0.52 |
| Hex | CC | EC | 1D | E | 0 | 58 | 7 | 45 | 54 | 34 |
| Octal | 314 | 354 | 35 | 16 | 0 | 130 | 7 | 105 | 124 | 64 |
| Binary | 11001100 | 11101100 | 11101 | 1110 | 0 | 1011000 | 111 | 1000101 | 1010100 | 110100 |
Color Harmonies of #CCEC1D
Complementary color
Monochromatic Colors of #CCEC1D
Black with #CCEC1D
Text Example
Text Example
White with #CCEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC1D; }
p { color: rgb(204,236,29); }
H1.HeaderClassName
{
color: #CCEC1D;
}
.AnyTagClassName
{
color: #CCEC1D;
}
</style>
background-color css
<style>
a { background-color: #CCEC1D; }
a { background-color: rgb(204,236,29); }
div.DivClassName
{
background-color: #CCEC1D;
}
.BgClassName
{
background-color: #CCEC1D;
}
</style>
border-color css
<style>
span { border-color: #CCEC1D; }
span { border-color: rgb(204,236,29); }
td.TdClassName
{
border-color: #CCEC1D;
}
.TagClassName
{
border-color: #CCEC1D;
}
</style>