Shades of Pear #CCE522
Tints of Pear #CCE522
RGB
CMYK
RGB Variations
Color information
#CCE522 (or 0xCCE522) is known color: Pear. HEX triplet: CC, E5 and 22. RGB value is (204,229,34). Sum of RGB (Red+Green+Blue) = 204+229+34=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE522 is #331ADD. Grayscale: #C8C8C8. Windows color (decimal): -3349214 or 2287052. OLE color: 2287052.
HSL color Cylindrical-coordinate representation of color #CCE522: hue angle of 67.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCE522 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 34 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.10 |
| HSL | 67.69º | 0.79% | 0.52% | - |
| HSV(B) | 67.69º | 0.85% | 0.9% | - |
| XYZ | 53.21 | 68.99 | 12.03 | - |
| YUV | 199.3 | 34.72 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 34 | 0.11 | 0 | 0.85 | 0.10 | 67.69 | 0.79 | 0.52 |
| Hex | CC | E5 | 22 | B | 0 | 55 | A | 44 | 4F | 34 |
| Octal | 314 | 345 | 42 | 13 | 0 | 125 | 12 | 104 | 117 | 64 |
| Binary | 11001100 | 11100101 | 100010 | 1011 | 0 | 1010101 | 1010 | 1000100 | 1001111 | 110100 |
Color Harmonies of #CCE522
Complementary color
Monochromatic Colors of #CCE522
Black with #CCE522
Text Example
Text Example
White with #CCE522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE522; }
p { color: rgb(204,229,34); }
H1.HeaderClassName
{
color: #CCE522;
}
.AnyTagClassName
{
color: #CCE522;
}
</style>
background-color css
<style>
a { background-color: #CCE522; }
a { background-color: rgb(204,229,34); }
div.DivClassName
{
background-color: #CCE522;
}
.BgClassName
{
background-color: #CCE522;
}
</style>
border-color css
<style>
span { border-color: #CCE522; }
span { border-color: rgb(204,229,34); }
td.TdClassName
{
border-color: #CCE522;
}
.TagClassName
{
border-color: #CCE522;
}
</style>