Shades of Pear #CCE11C
Tints of Pear #CCE11C
RGB
CMYK
RGB Variations
Color information
#CCE11C (or 0xCCE11C) is known color: Pear. HEX triplet: CC, E1 and 1C. RGB value is (204,225,28). Sum of RGB (Red+Green+Blue) = 204+225+28=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE11C is #331EE3. Grayscale: #C5C5C5. Windows color (decimal): -3350244 or 1892812. OLE color: 1892812.
HSL color Cylindrical-coordinate representation of color #CCE11C: hue angle of 66.4º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE11C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.12 |
| HSL | 66.4º | 0.78% | 0.5% | - |
| HSV(B) | 66.4º | 0.88% | 0.88% | - |
| XYZ | 52.04 | 66.77 | 11.24 | - |
| YUV | 196.26 | 33.04 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 28 | 0.09 | 0 | 0.88 | 0.12 | 66.4 | 0.78 | 0.5 |
| Hex | CC | E1 | 1C | 9 | 0 | 58 | C | 42 | 4E | 32 |
| Octal | 314 | 341 | 34 | 11 | 0 | 130 | 14 | 102 | 116 | 62 |
| Binary | 11001100 | 11100001 | 11100 | 1001 | 0 | 1011000 | 1100 | 1000010 | 1001110 | 110010 |
Color Harmonies of #CCE11C
Complementary color
Monochromatic Colors of #CCE11C
Black with #CCE11C
Text Example
Text Example
White with #CCE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE11C; }
p { color: rgb(204,225,28); }
H1.HeaderClassName
{
color: #CCE11C;
}
.AnyTagClassName
{
color: #CCE11C;
}
</style>
background-color css
<style>
a { background-color: #CCE11C; }
a { background-color: rgb(204,225,28); }
div.DivClassName
{
background-color: #CCE11C;
}
.BgClassName
{
background-color: #CCE11C;
}
</style>
border-color css
<style>
span { border-color: #CCE11C; }
span { border-color: rgb(204,225,28); }
td.TdClassName
{
border-color: #CCE11C;
}
.TagClassName
{
border-color: #CCE11C;
}
</style>