Shades of Pear #CCE51A
Tints of Pear #CCE51A
RGB
CMYK
RGB Variations
Color information
#CCE51A (or 0xCCE51A) is known color: Pear. HEX triplet: CC, E5 and 1A. RGB value is (204,229,26). Sum of RGB (Red+Green+Blue) = 204+229+26=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE51A is #331AE5. Grayscale: #C7C7C7. Windows color (decimal): -3349222 or 1762764. OLE color: 1762764.
HSL color Cylindrical-coordinate representation of color #CCE51A: hue angle of 67.39º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCE51A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 26 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.10 |
| HSL | 67.39º | 0.8% | 0.5% | - |
| HSV(B) | 67.39º | 0.89% | 0.9% | - |
| XYZ | 53.11 | 68.95 | 11.49 | - |
| YUV | 198.38 | 30.72 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 26 | 0.11 | 0 | 0.89 | 0.10 | 67.39 | 0.8 | 0.5 |
| Hex | CC | E5 | 1A | B | 0 | 59 | A | 43 | 50 | 32 |
| Octal | 314 | 345 | 32 | 13 | 0 | 131 | 12 | 103 | 120 | 62 |
| Binary | 11001100 | 11100101 | 11010 | 1011 | 0 | 1011001 | 1010 | 1000011 | 1010000 | 110010 |
Color Harmonies of #CCE51A
Complementary color
Monochromatic Colors of #CCE51A
Black with #CCE51A
Text Example
Text Example
White with #CCE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE51A; }
p { color: rgb(204,229,26); }
H1.HeaderClassName
{
color: #CCE51A;
}
.AnyTagClassName
{
color: #CCE51A;
}
</style>
background-color css
<style>
a { background-color: #CCE51A; }
a { background-color: rgb(204,229,26); }
div.DivClassName
{
background-color: #CCE51A;
}
.BgClassName
{
background-color: #CCE51A;
}
</style>
border-color css
<style>
span { border-color: #CCE51A; }
span { border-color: rgb(204,229,26); }
td.TdClassName
{
border-color: #CCE51A;
}
.TagClassName
{
border-color: #CCE51A;
}
</style>