Shades of Pear #CCE335
Tints of Pear #CCE335
RGB
CMYK
RGB Variations
Color information
#CCE335 (or 0xCCE335) is known color: Pear. HEX triplet: CC, E3 and 35. RGB value is (204,227,53). Sum of RGB (Red+Green+Blue) = 204+227+53=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE335 is #331CCA. Grayscale: #C8C8C8. Windows color (decimal): -3349707 or 3531724. OLE color: 3531724.
HSL color Cylindrical-coordinate representation of color #CCE335: hue angle of 67.93º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCE335 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 53 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.11 |
| HSL | 67.93º | 0.76% | 0.55% | - |
| HSV(B) | 67.93º | 0.77% | 0.89% | - |
| XYZ | 53.01 | 68.03 | 13.71 | - |
| YUV | 200.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 53 | 0.10 | 0 | 0.77 | 0.11 | 67.93 | 0.76 | 0.55 |
| Hex | CC | E3 | 35 | A | 0 | 4D | B | 44 | 4C | 37 |
| Octal | 314 | 343 | 65 | 12 | 0 | 115 | 13 | 104 | 114 | 67 |
| Binary | 11001100 | 11100011 | 110101 | 1010 | 0 | 1001101 | 1011 | 1000100 | 1001100 | 110111 |
Color Harmonies of #CCE335
Complementary color
Monochromatic Colors of #CCE335
Black with #CCE335
Text Example
Text Example
White with #CCE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE335; }
p { color: rgb(204,227,53); }
H1.HeaderClassName
{
color: #CCE335;
}
.AnyTagClassName
{
color: #CCE335;
}
</style>
background-color css
<style>
a { background-color: #CCE335; }
a { background-color: rgb(204,227,53); }
div.DivClassName
{
background-color: #CCE335;
}
.BgClassName
{
background-color: #CCE335;
}
</style>
border-color css
<style>
span { border-color: #CCE335; }
span { border-color: rgb(204,227,53); }
td.TdClassName
{
border-color: #CCE335;
}
.TagClassName
{
border-color: #CCE335;
}
</style>