Shades of Pear #CCE521
Tints of Pear #CCE521
RGB
CMYK
RGB Variations
Color information
#CCE521 (or 0xCCE521) is known color: Pear. HEX triplet: CC, E5 and 21. RGB value is (204,229,33). Sum of RGB (Red+Green+Blue) = 204+229+33=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE521 is #331ADE. Grayscale: #C7C7C7. Windows color (decimal): -3349215 or 2221516. OLE color: 2221516.
HSL color Cylindrical-coordinate representation of color #CCE521: hue angle of 67.65º 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 #CCE521 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 33 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.10 |
| HSL | 67.65º | 0.79% | 0.51% | - |
| HSV(B) | 67.65º | 0.86% | 0.9% | - |
| XYZ | 53.2 | 68.99 | 11.95 | - |
| YUV | 199.18 | 34.22 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 33 | 0.11 | 0 | 0.86 | 0.10 | 67.65 | 0.79 | 0.51 |
| Hex | CC | E5 | 21 | B | 0 | 56 | A | 44 | 4F | 33 |
| Octal | 314 | 345 | 41 | 13 | 0 | 126 | 12 | 104 | 117 | 63 |
| Binary | 11001100 | 11100101 | 100001 | 1011 | 0 | 1010110 | 1010 | 1000100 | 1001111 | 110011 |
Color Harmonies of #CCE521
Complementary color
Monochromatic Colors of #CCE521
Black with #CCE521
Text Example
Text Example
White with #CCE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE521; }
p { color: rgb(204,229,33); }
H1.HeaderClassName
{
color: #CCE521;
}
.AnyTagClassName
{
color: #CCE521;
}
</style>
background-color css
<style>
a { background-color: #CCE521; }
a { background-color: rgb(204,229,33); }
div.DivClassName
{
background-color: #CCE521;
}
.BgClassName
{
background-color: #CCE521;
}
</style>
border-color css
<style>
span { border-color: #CCE521; }
span { border-color: rgb(204,229,33); }
td.TdClassName
{
border-color: #CCE521;
}
.TagClassName
{
border-color: #CCE521;
}
</style>