Shades of Pear #C8EB2A
Tints of Pear #C8EB2A
RGB
CMYK
RGB Variations
Color information
#C8EB2A (or 0xC8EB2A) is known color: Pear. HEX triplet: C8, EB and 2A. RGB value is (200,235,42). Sum of RGB (Red+Green+Blue) = 200+235+42=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EB2A is #3714D5. Grayscale: #CBCBCB. Windows color (decimal): -3609814 or 2812872. OLE color: 2812872.
HSL color Cylindrical-coordinate representation of color #C8EB2A: hue angle of 70.88º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8EB2A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 42 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.08 |
| HSL | 70.88º | 0.83% | 0.54% | - |
| HSV(B) | 70.88º | 0.82% | 0.92% | - |
| XYZ | 53.95 | 71.86 | 13.22 | - |
| YUV | 202.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 42 | 0.15 | 0 | 0.82 | 0.08 | 70.88 | 0.83 | 0.54 |
| Hex | C8 | EB | 2A | F | 0 | 52 | 8 | 47 | 53 | 36 |
| Octal | 310 | 353 | 52 | 17 | 0 | 122 | 10 | 107 | 123 | 66 |
| Binary | 11001000 | 11101011 | 101010 | 1111 | 0 | 1010010 | 1000 | 1000111 | 1010011 | 110110 |
Color Harmonies of #C8EB2A
Complementary color
Monochromatic Colors of #C8EB2A
Black with #C8EB2A
Text Example
Text Example
White with #C8EB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB2A; }
p { color: rgb(200,235,42); }
H1.HeaderClassName
{
color: #C8EB2A;
}
.AnyTagClassName
{
color: #C8EB2A;
}
</style>
background-color css
<style>
a { background-color: #C8EB2A; }
a { background-color: rgb(200,235,42); }
div.DivClassName
{
background-color: #C8EB2A;
}
.BgClassName
{
background-color: #C8EB2A;
}
</style>
border-color css
<style>
span { border-color: #C8EB2A; }
span { border-color: rgb(200,235,42); }
td.TdClassName
{
border-color: #C8EB2A;
}
.TagClassName
{
border-color: #C8EB2A;
}
</style>