Shades of Pear #CCE635
Tints of Pear #CCE635
RGB
CMYK
RGB Variations
Color information
#CCE635 (or 0xCCE635) is known color: Pear. HEX triplet: CC, E6 and 35. RGB value is (204,230,53). Sum of RGB (Red+Green+Blue) = 204+230+53=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE635 is #3319CA. Grayscale: #CACACA. Windows color (decimal): -3348939 or 3532492. OLE color: 3532492.
HSL color Cylindrical-coordinate representation of color #CCE635: hue angle of 68.81º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCE635 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 53 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.10 |
| HSL | 68.81º | 0.78% | 0.55% | - |
| HSV(B) | 68.81º | 0.77% | 0.9% | - |
| XYZ | 53.84 | 69.69 | 13.98 | - |
| YUV | 202.05 | 43.89 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 53 | 0.11 | 0 | 0.77 | 0.10 | 68.81 | 0.78 | 0.55 |
| Hex | CC | E6 | 35 | B | 0 | 4D | A | 45 | 4E | 37 |
| Octal | 314 | 346 | 65 | 13 | 0 | 115 | 12 | 105 | 116 | 67 |
| Binary | 11001100 | 11100110 | 110101 | 1011 | 0 | 1001101 | 1010 | 1000101 | 1001110 | 110111 |
Color Harmonies of #CCE635
Complementary color
Monochromatic Colors of #CCE635
Black with #CCE635
Text Example
Text Example
White with #CCE635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE635; }
p { color: rgb(204,230,53); }
H1.HeaderClassName
{
color: #CCE635;
}
.AnyTagClassName
{
color: #CCE635;
}
</style>
background-color css
<style>
a { background-color: #CCE635; }
a { background-color: rgb(204,230,53); }
div.DivClassName
{
background-color: #CCE635;
}
.BgClassName
{
background-color: #CCE635;
}
</style>
border-color css
<style>
span { border-color: #CCE635; }
span { border-color: rgb(204,230,53); }
td.TdClassName
{
border-color: #CCE635;
}
.TagClassName
{
border-color: #CCE635;
}
</style>