Shades of Pear #CCE620
Tints of Pear #CCE620
RGB
CMYK
RGB Variations
Color information
#CCE620 (or 0xCCE620) is known color: Pear. HEX triplet: CC, E6 and 20. RGB value is (204,230,32). Sum of RGB (Red+Green+Blue) = 204+230+32=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE620 is #3319DF. Grayscale: #C8C8C8. Windows color (decimal): -3348960 or 2156236. OLE color: 2156236.
HSL color Cylindrical-coordinate representation of color #CCE620: hue angle of 67.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCE620 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 32 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.10 |
| HSL | 67.88º | 0.8% | 0.51% | - |
| HSV(B) | 67.88º | 0.86% | 0.9% | - |
| XYZ | 53.46 | 69.54 | 11.97 | - |
| YUV | 199.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 32 | 0.11 | 0 | 0.86 | 0.10 | 67.88 | 0.8 | 0.51 |
| Hex | CC | E6 | 20 | B | 0 | 56 | A | 44 | 50 | 33 |
| Octal | 314 | 346 | 40 | 13 | 0 | 126 | 12 | 104 | 120 | 63 |
| Binary | 11001100 | 11100110 | 100000 | 1011 | 0 | 1010110 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CCE620
Complementary color
Monochromatic Colors of #CCE620
Black with #CCE620
Text Example
Text Example
White with #CCE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE620; }
p { color: rgb(204,230,32); }
H1.HeaderClassName
{
color: #CCE620;
}
.AnyTagClassName
{
color: #CCE620;
}
</style>
background-color css
<style>
a { background-color: #CCE620; }
a { background-color: rgb(204,230,32); }
div.DivClassName
{
background-color: #CCE620;
}
.BgClassName
{
background-color: #CCE620;
}
</style>
border-color css
<style>
span { border-color: #CCE620; }
span { border-color: rgb(204,230,32); }
td.TdClassName
{
border-color: #CCE620;
}
.TagClassName
{
border-color: #CCE620;
}
</style>