Shades of Pear #CCE835
Tints of Pear #CCE835
RGB
CMYK
RGB Variations
Color information
#CCE835 (or 0xCCE835) is known color: Pear. HEX triplet: CC, E8 and 35. RGB value is (204,232,53). Sum of RGB (Red+Green+Blue) = 204+232+53=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE835 is #3317CA. Grayscale: #CBCBCB. Windows color (decimal): -3348427 or 3533004. OLE color: 3533004.
HSL color Cylindrical-coordinate representation of color #CCE835: hue angle of 69.39º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCE835 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 53 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.09 |
| HSL | 69.39º | 0.8% | 0.56% | - |
| HSV(B) | 69.39º | 0.77% | 0.91% | - |
| XYZ | 54.4 | 70.81 | 14.17 | - |
| YUV | 203.22 | 43.22 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 53 | 0.12 | 0 | 0.77 | 0.09 | 69.39 | 0.8 | 0.56 |
| Hex | CC | E8 | 35 | C | 0 | 4D | 9 | 45 | 50 | 38 |
| Octal | 314 | 350 | 65 | 14 | 0 | 115 | 11 | 105 | 120 | 70 |
| Binary | 11001100 | 11101000 | 110101 | 1100 | 0 | 1001101 | 1001 | 1000101 | 1010000 | 111000 |
Color Harmonies of #CCE835
Complementary color
Monochromatic Colors of #CCE835
Black with #CCE835
Text Example
Text Example
White with #CCE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE835; }
p { color: rgb(204,232,53); }
H1.HeaderClassName
{
color: #CCE835;
}
.AnyTagClassName
{
color: #CCE835;
}
</style>
background-color css
<style>
a { background-color: #CCE835; }
a { background-color: rgb(204,232,53); }
div.DivClassName
{
background-color: #CCE835;
}
.BgClassName
{
background-color: #CCE835;
}
</style>
border-color css
<style>
span { border-color: #CCE835; }
span { border-color: rgb(204,232,53); }
td.TdClassName
{
border-color: #CCE835;
}
.TagClassName
{
border-color: #CCE835;
}
</style>