Shades of Pear #C8E625
Tints of Pear #C8E625
RGB
CMYK
RGB Variations
Color information
#C8E625 (or 0xC8E625) is known color: Pear. HEX triplet: C8, E6 and 25. RGB value is (200,230,37). Sum of RGB (Red+Green+Blue) = 200+230+37=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E625 is #3719DA. Grayscale: #C7C7C7. Windows color (decimal): -3611099 or 2483912. OLE color: 2483912.
HSL color Cylindrical-coordinate representation of color #C8E625: hue angle of 69.33º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8E625 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 37 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.10 |
| HSL | 69.33º | 0.79% | 0.52% | - |
| HSV(B) | 69.33º | 0.84% | 0.9% | - |
| XYZ | 52.45 | 69.01 | 12.31 | - |
| YUV | 199.03 | 36.56 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 37 | 0.13 | 0 | 0.84 | 0.10 | 69.33 | 0.79 | 0.52 |
| Hex | C8 | E6 | 25 | D | 0 | 54 | A | 45 | 4F | 34 |
| Octal | 310 | 346 | 45 | 15 | 0 | 124 | 12 | 105 | 117 | 64 |
| Binary | 11001000 | 11100110 | 100101 | 1101 | 0 | 1010100 | 1010 | 1000101 | 1001111 | 110100 |
Color Harmonies of #C8E625
Complementary color
Monochromatic Colors of #C8E625
Black with #C8E625
Text Example
Text Example
White with #C8E625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E625; }
p { color: rgb(200,230,37); }
H1.HeaderClassName
{
color: #C8E625;
}
.AnyTagClassName
{
color: #C8E625;
}
</style>
background-color css
<style>
a { background-color: #C8E625; }
a { background-color: rgb(200,230,37); }
div.DivClassName
{
background-color: #C8E625;
}
.BgClassName
{
background-color: #C8E625;
}
</style>
border-color css
<style>
span { border-color: #C8E625; }
span { border-color: rgb(200,230,37); }
td.TdClassName
{
border-color: #C8E625;
}
.TagClassName
{
border-color: #C8E625;
}
</style>