Shades of Pear #CCE035
Tints of Pear #CCE035
RGB
CMYK
RGB Variations
Color information
#CCE035 (or 0xCCE035) is known color: Pear. HEX triplet: CC, E0 and 35. RGB value is (204,224,53). Sum of RGB (Red+Green+Blue) = 204+224+53=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE035 is #331FCA. Grayscale: #C7C7C7. Windows color (decimal): -3350475 or 3530956. OLE color: 3530956.
HSL color Cylindrical-coordinate representation of color #CCE035: hue angle of 67.02º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCE035 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 53 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.12 |
| HSL | 67.02º | 0.73% | 0.54% | - |
| HSV(B) | 67.02º | 0.76% | 0.88% | - |
| XYZ | 52.2 | 66.41 | 13.43 | - |
| YUV | 198.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 53 | 0.09 | 0 | 0.76 | 0.12 | 67.02 | 0.73 | 0.54 |
| Hex | CC | E0 | 35 | 9 | 0 | 4C | C | 43 | 49 | 36 |
| Octal | 314 | 340 | 65 | 11 | 0 | 114 | 14 | 103 | 111 | 66 |
| Binary | 11001100 | 11100000 | 110101 | 1001 | 0 | 1001100 | 1100 | 1000011 | 1001001 | 110110 |
Color Harmonies of #CCE035
Complementary color
Monochromatic Colors of #CCE035
Black with #CCE035
Text Example
Text Example
White with #CCE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE035; }
p { color: rgb(204,224,53); }
H1.HeaderClassName
{
color: #CCE035;
}
.AnyTagClassName
{
color: #CCE035;
}
</style>
background-color css
<style>
a { background-color: #CCE035; }
a { background-color: rgb(204,224,53); }
div.DivClassName
{
background-color: #CCE035;
}
.BgClassName
{
background-color: #CCE035;
}
</style>
border-color css
<style>
span { border-color: #CCE035; }
span { border-color: rgb(204,224,53); }
td.TdClassName
{
border-color: #CCE035;
}
.TagClassName
{
border-color: #CCE035;
}
</style>