Shades of Pear #CCE11E
Tints of Pear #CCE11E
RGB
CMYK
RGB Variations
Color information
#CCE11E (or 0xCCE11E) is known color: Pear. HEX triplet: CC, E1 and 1E. RGB value is (204,225,30). Sum of RGB (Red+Green+Blue) = 204+225+30=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE11E is #331EE1. Grayscale: #C5C5C5. Windows color (decimal): -3350242 or 2023884. OLE color: 2023884.
HSL color Cylindrical-coordinate representation of color #CCE11E: hue angle of 66.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCE11E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 30 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.12 |
| HSL | 66.46º | 0.76% | 0.5% | - |
| HSV(B) | 66.46º | 0.87% | 0.88% | - |
| XYZ | 52.06 | 66.78 | 11.37 | - |
| YUV | 196.49 | 34.04 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 30 | 0.09 | 0 | 0.87 | 0.12 | 66.46 | 0.76 | 0.5 |
| Hex | CC | E1 | 1E | 9 | 0 | 57 | C | 42 | 4C | 32 |
| Octal | 314 | 341 | 36 | 11 | 0 | 127 | 14 | 102 | 114 | 62 |
| Binary | 11001100 | 11100001 | 11110 | 1001 | 0 | 1010111 | 1100 | 1000010 | 1001100 | 110010 |
Color Harmonies of #CCE11E
Complementary color
Monochromatic Colors of #CCE11E
Black with #CCE11E
Text Example
Text Example
White with #CCE11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE11E; }
p { color: rgb(204,225,30); }
H1.HeaderClassName
{
color: #CCE11E;
}
.AnyTagClassName
{
color: #CCE11E;
}
</style>
background-color css
<style>
a { background-color: #CCE11E; }
a { background-color: rgb(204,225,30); }
div.DivClassName
{
background-color: #CCE11E;
}
.BgClassName
{
background-color: #CCE11E;
}
</style>
border-color css
<style>
span { border-color: #CCE11E; }
span { border-color: rgb(204,225,30); }
td.TdClassName
{
border-color: #CCE11E;
}
.TagClassName
{
border-color: #CCE11E;
}
</style>