Shades of Pear #C8E227
Tints of Pear #C8E227
RGB
CMYK
RGB Variations
Color information
#C8E227 (or 0xC8E227) is known color: Pear. HEX triplet: C8, E2 and 27. RGB value is (200,226,39). Sum of RGB (Red+Green+Blue) = 200+226+39=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E227 is #371DD8. Grayscale: #C5C5C5. Windows color (decimal): -3612121 or 2613960. OLE color: 2613960.
HSL color Cylindrical-coordinate representation of color #C8E227: hue angle of 68.34º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8E227 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 39 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.11 |
| HSL | 68.34º | 0.76% | 0.52% | - |
| HSV(B) | 68.34º | 0.83% | 0.89% | - |
| XYZ | 51.38 | 66.82 | 12.11 | - |
| YUV | 196.91 | 38.89 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 39 | 0.12 | 0 | 0.83 | 0.11 | 68.34 | 0.76 | 0.52 |
| Hex | C8 | E2 | 27 | C | 0 | 53 | B | 44 | 4C | 34 |
| Octal | 310 | 342 | 47 | 14 | 0 | 123 | 13 | 104 | 114 | 64 |
| Binary | 11001000 | 11100010 | 100111 | 1100 | 0 | 1010011 | 1011 | 1000100 | 1001100 | 110100 |
Color Harmonies of #C8E227
Complementary color
Monochromatic Colors of #C8E227
Black with #C8E227
Text Example
Text Example
White with #C8E227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E227; }
p { color: rgb(200,226,39); }
H1.HeaderClassName
{
color: #C8E227;
}
.AnyTagClassName
{
color: #C8E227;
}
</style>
background-color css
<style>
a { background-color: #C8E227; }
a { background-color: rgb(200,226,39); }
div.DivClassName
{
background-color: #C8E227;
}
.BgClassName
{
background-color: #C8E227;
}
</style>
border-color css
<style>
span { border-color: #C8E227; }
span { border-color: rgb(200,226,39); }
td.TdClassName
{
border-color: #C8E227;
}
.TagClassName
{
border-color: #C8E227;
}
</style>