Shades of Pear #CCE033
Tints of Pear #CCE033
RGB
CMYK
RGB Variations
Color information
#CCE033 (or 0xCCE033) is known color: Pear. HEX triplet: CC, E0 and 33. RGB value is (204,224,51). Sum of RGB (Red+Green+Blue) = 204+224+51=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 51 (20.31% from 255 or 10.65% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE033 is #331FCC. Grayscale: #C6C6C6. Windows color (decimal): -3350477 or 3399884. OLE color: 3399884.
HSL color Cylindrical-coordinate representation of color #CCE033: hue angle of 66.94º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCE033 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 51 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.12 |
| HSL | 66.94º | 0.74% | 0.54% | - |
| HSV(B) | 66.94º | 0.77% | 0.88% | - |
| XYZ | 52.16 | 66.39 | 13.2 | - |
| YUV | 198.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 51 | 0.09 | 0 | 0.77 | 0.12 | 66.94 | 0.74 | 0.54 |
| Hex | CC | E0 | 33 | 9 | 0 | 4D | C | 43 | 4A | 36 |
| Octal | 314 | 340 | 63 | 11 | 0 | 115 | 14 | 103 | 112 | 66 |
| Binary | 11001100 | 11100000 | 110011 | 1001 | 0 | 1001101 | 1100 | 1000011 | 1001010 | 110110 |
Color Harmonies of #CCE033
Complementary color
Monochromatic Colors of #CCE033
Black with #CCE033
Text Example
Text Example
White with #CCE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE033; }
p { color: rgb(204,224,51); }
H1.HeaderClassName
{
color: #CCE033;
}
.AnyTagClassName
{
color: #CCE033;
}
</style>
background-color css
<style>
a { background-color: #CCE033; }
a { background-color: rgb(204,224,51); }
div.DivClassName
{
background-color: #CCE033;
}
.BgClassName
{
background-color: #CCE033;
}
</style>
border-color css
<style>
span { border-color: #CCE033; }
span { border-color: rgb(204,224,51); }
td.TdClassName
{
border-color: #CCE033;
}
.TagClassName
{
border-color: #CCE033;
}
</style>