Shades of Pear #CCE11A
Tints of Pear #CCE11A
RGB
CMYK
RGB Variations
Color information
#CCE11A (or 0xCCE11A) is known color: Pear. HEX triplet: CC, E1 and 1A. RGB value is (204,225,26). Sum of RGB (Red+Green+Blue) = 204+225+26=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE11A is #331EE5. Grayscale: #C4C4C4. Windows color (decimal): -3350246 or 1761740. OLE color: 1761740.
HSL color Cylindrical-coordinate representation of color #CCE11A: hue angle of 66.33º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE11A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 26 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.12 |
| HSL | 66.33º | 0.79% | 0.49% | - |
| HSV(B) | 66.33º | 0.88% | 0.88% | - |
| XYZ | 52.01 | 66.76 | 11.12 | - |
| YUV | 196.04 | 32.04 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 26 | 0.09 | 0 | 0.88 | 0.12 | 66.33 | 0.79 | 0.49 |
| Hex | CC | E1 | 1A | 9 | 0 | 58 | C | 42 | 4F | 31 |
| Octal | 314 | 341 | 32 | 11 | 0 | 130 | 14 | 102 | 117 | 61 |
| Binary | 11001100 | 11100001 | 11010 | 1001 | 0 | 1011000 | 1100 | 1000010 | 1001111 | 110001 |
Color Harmonies of #CCE11A
Complementary color
Monochromatic Colors of #CCE11A
Black with #CCE11A
Text Example
Text Example
White with #CCE11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE11A; }
p { color: rgb(204,225,26); }
H1.HeaderClassName
{
color: #CCE11A;
}
.AnyTagClassName
{
color: #CCE11A;
}
</style>
background-color css
<style>
a { background-color: #CCE11A; }
a { background-color: rgb(204,225,26); }
div.DivClassName
{
background-color: #CCE11A;
}
.BgClassName
{
background-color: #CCE11A;
}
</style>
border-color css
<style>
span { border-color: #CCE11A; }
span { border-color: rgb(204,225,26); }
td.TdClassName
{
border-color: #CCE11A;
}
.TagClassName
{
border-color: #CCE11A;
}
</style>