Shades of Pear #CCE53A
Tints of Pear #CCE53A
RGB
CMYK
RGB Variations
Color information
#CCE53A (or 0xCCE53A) is known color: Pear. HEX triplet: CC, E5 and 3A. RGB value is (204,229,58). Sum of RGB (Red+Green+Blue) = 204+229+58=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE53A is #331AC5. Grayscale: #CACACA. Windows color (decimal): -3349190 or 3859916. OLE color: 3859916.
HSL color Cylindrical-coordinate representation of color #CCE53A: hue angle of 68.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCE53A is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 58 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.10 |
| HSL | 68.77º | 0.77% | 0.56% | - |
| HSV(B) | 68.77º | 0.75% | 0.9% | - |
| XYZ | 53.68 | 69.18 | 14.53 | - |
| YUV | 202.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 58 | 0.11 | 0 | 0.75 | 0.10 | 68.77 | 0.77 | 0.56 |
| Hex | CC | E5 | 3A | B | 0 | 4B | A | 45 | 4D | 38 |
| Octal | 314 | 345 | 72 | 13 | 0 | 113 | 12 | 105 | 115 | 70 |
| Binary | 11001100 | 11100101 | 111010 | 1011 | 0 | 1001011 | 1010 | 1000101 | 1001101 | 111000 |
Color Harmonies of #CCE53A
Complementary color
Monochromatic Colors of #CCE53A
Black with #CCE53A
Text Example
Text Example
White with #CCE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE53A; }
p { color: rgb(204,229,58); }
H1.HeaderClassName
{
color: #CCE53A;
}
.AnyTagClassName
{
color: #CCE53A;
}
</style>
background-color css
<style>
a { background-color: #CCE53A; }
a { background-color: rgb(204,229,58); }
div.DivClassName
{
background-color: #CCE53A;
}
.BgClassName
{
background-color: #CCE53A;
}
</style>
border-color css
<style>
span { border-color: #CCE53A; }
span { border-color: rgb(204,229,58); }
td.TdClassName
{
border-color: #CCE53A;
}
.TagClassName
{
border-color: #CCE53A;
}
</style>