Shades of Pear #C8E322
Tints of Pear #C8E322
RGB
CMYK
RGB Variations
Color information
#C8E322 (or 0xC8E322) is known color: Pear. HEX triplet: C8, E3 and 22. RGB value is (200,227,34). Sum of RGB (Red+Green+Blue) = 200+227+34=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E322 is #371CDD. Grayscale: #C5C5C5. Windows color (decimal): -3611870 or 2286536. OLE color: 2286536.
HSL color Cylindrical-coordinate representation of color #C8E322: hue angle of 68.39º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8E322 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 34 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.11 |
| HSL | 68.39º | 0.78% | 0.51% | - |
| HSV(B) | 68.39º | 0.85% | 0.89% | - |
| XYZ | 51.58 | 67.33 | 11.79 | - |
| YUV | 196.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 34 | 0.12 | 0 | 0.85 | 0.11 | 68.39 | 0.78 | 0.51 |
| Hex | C8 | E3 | 22 | C | 0 | 55 | B | 44 | 4E | 33 |
| Octal | 310 | 343 | 42 | 14 | 0 | 125 | 13 | 104 | 116 | 63 |
| Binary | 11001000 | 11100011 | 100010 | 1100 | 0 | 1010101 | 1011 | 1000100 | 1001110 | 110011 |
Color Harmonies of #C8E322
Complementary color
Monochromatic Colors of #C8E322
Black with #C8E322
Text Example
Text Example
White with #C8E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E322; }
p { color: rgb(200,227,34); }
H1.HeaderClassName
{
color: #C8E322;
}
.AnyTagClassName
{
color: #C8E322;
}
</style>
background-color css
<style>
a { background-color: #C8E322; }
a { background-color: rgb(200,227,34); }
div.DivClassName
{
background-color: #C8E322;
}
.BgClassName
{
background-color: #C8E322;
}
</style>
border-color css
<style>
span { border-color: #C8E322; }
span { border-color: rgb(200,227,34); }
td.TdClassName
{
border-color: #C8E322;
}
.TagClassName
{
border-color: #C8E322;
}
</style>