Shades of Pear #CCE534
Tints of Pear #CCE534
RGB
CMYK
RGB Variations
Color information
#CCE534 (or 0xCCE534) is known color: Pear. HEX triplet: CC, E5 and 34. RGB value is (204,229,52). Sum of RGB (Red+Green+Blue) = 204+229+52=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE534 is #331ACB. Grayscale: #CACACA. Windows color (decimal): -3349196 or 3466700. OLE color: 3466700.
HSL color Cylindrical-coordinate representation of color #CCE534: hue angle of 68.47º degrees, saturation: 0.77, 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 #CCE534 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 52 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.10 |
| HSL | 68.47º | 0.77% | 0.55% | - |
| HSV(B) | 68.47º | 0.77% | 0.9% | - |
| XYZ | 53.54 | 69.12 | 13.77 | - |
| YUV | 201.35 | 43.72 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 52 | 0.11 | 0 | 0.77 | 0.10 | 68.47 | 0.77 | 0.55 |
| Hex | CC | E5 | 34 | B | 0 | 4D | A | 44 | 4D | 37 |
| Octal | 314 | 345 | 64 | 13 | 0 | 115 | 12 | 104 | 115 | 67 |
| Binary | 11001100 | 11100101 | 110100 | 1011 | 0 | 1001101 | 1010 | 1000100 | 1001101 | 110111 |
Color Harmonies of #CCE534
Complementary color
Monochromatic Colors of #CCE534
Black with #CCE534
Text Example
Text Example
White with #CCE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE534; }
p { color: rgb(204,229,52); }
H1.HeaderClassName
{
color: #CCE534;
}
.AnyTagClassName
{
color: #CCE534;
}
</style>
background-color css
<style>
a { background-color: #CCE534; }
a { background-color: rgb(204,229,52); }
div.DivClassName
{
background-color: #CCE534;
}
.BgClassName
{
background-color: #CCE534;
}
</style>
border-color css
<style>
span { border-color: #CCE534; }
span { border-color: rgb(204,229,52); }
td.TdClassName
{
border-color: #CCE534;
}
.TagClassName
{
border-color: #CCE534;
}
</style>