Shades of Pear #CCE82A
Tints of Pear #CCE82A
RGB
CMYK
RGB Variations
Color information
#CCE82A (or 0xCCE82A) is known color: Pear. HEX triplet: CC, E8 and 2A. RGB value is (204,232,42). Sum of RGB (Red+Green+Blue) = 204+232+42=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE82A is #3317D5. Grayscale: #CACACA. Windows color (decimal): -3348438 or 2812108. OLE color: 2812108.
HSL color Cylindrical-coordinate representation of color #CCE82A: hue angle of 68.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCE82A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 42 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.09 |
| HSL | 68.84º | 0.81% | 0.54% | - |
| HSV(B) | 68.84º | 0.82% | 0.91% | - |
| XYZ | 54.18 | 70.72 | 12.98 | - |
| YUV | 201.97 | 37.72 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 42 | 0.12 | 0 | 0.82 | 0.09 | 68.84 | 0.81 | 0.54 |
| Hex | CC | E8 | 2A | C | 0 | 52 | 9 | 45 | 51 | 36 |
| Octal | 314 | 350 | 52 | 14 | 0 | 122 | 11 | 105 | 121 | 66 |
| Binary | 11001100 | 11101000 | 101010 | 1100 | 0 | 1010010 | 1001 | 1000101 | 1010001 | 110110 |
Color Harmonies of #CCE82A
Complementary color
Monochromatic Colors of #CCE82A
Black with #CCE82A
Text Example
Text Example
White with #CCE82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE82A; }
p { color: rgb(204,232,42); }
H1.HeaderClassName
{
color: #CCE82A;
}
.AnyTagClassName
{
color: #CCE82A;
}
</style>
background-color css
<style>
a { background-color: #CCE82A; }
a { background-color: rgb(204,232,42); }
div.DivClassName
{
background-color: #CCE82A;
}
.BgClassName
{
background-color: #CCE82A;
}
</style>
border-color css
<style>
span { border-color: #CCE82A; }
span { border-color: rgb(204,232,42); }
td.TdClassName
{
border-color: #CCE82A;
}
.TagClassName
{
border-color: #CCE82A;
}
</style>