Shades of Pear #CCE520
Tints of Pear #CCE520
RGB
CMYK
RGB Variations
Color information
#CCE520 (or 0xCCE520) is known color: Pear. HEX triplet: CC, E5 and 20. RGB value is (204,229,32). Sum of RGB (Red+Green+Blue) = 204+229+32=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE520 is #331ADF. Grayscale: #C7C7C7. Windows color (decimal): -3349216 or 2155980. OLE color: 2155980.
HSL color Cylindrical-coordinate representation of color #CCE520: hue angle of 67.61º degrees, saturation: 0.79, 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 #CCE520 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 32 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.10 |
| HSL | 67.61º | 0.79% | 0.51% | - |
| HSV(B) | 67.61º | 0.86% | 0.9% | - |
| XYZ | 53.18 | 68.98 | 11.88 | - |
| YUV | 199.07 | 33.72 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 32 | 0.11 | 0 | 0.86 | 0.10 | 67.61 | 0.79 | 0.51 |
| Hex | CC | E5 | 20 | B | 0 | 56 | A | 44 | 4F | 33 |
| Octal | 314 | 345 | 40 | 13 | 0 | 126 | 12 | 104 | 117 | 63 |
| Binary | 11001100 | 11100101 | 100000 | 1011 | 0 | 1010110 | 1010 | 1000100 | 1001111 | 110011 |
Color Harmonies of #CCE520
Complementary color
Monochromatic Colors of #CCE520
Black with #CCE520
Text Example
Text Example
White with #CCE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE520; }
p { color: rgb(204,229,32); }
H1.HeaderClassName
{
color: #CCE520;
}
.AnyTagClassName
{
color: #CCE520;
}
</style>
background-color css
<style>
a { background-color: #CCE520; }
a { background-color: rgb(204,229,32); }
div.DivClassName
{
background-color: #CCE520;
}
.BgClassName
{
background-color: #CCE520;
}
</style>
border-color css
<style>
span { border-color: #CCE520; }
span { border-color: rgb(204,229,32); }
td.TdClassName
{
border-color: #CCE520;
}
.TagClassName
{
border-color: #CCE520;
}
</style>