Shades of Pear #C8E630
Tints of Pear #C8E630
RGB
CMYK
RGB Variations
Color information
#C8E630 (or 0xC8E630) is known color: Pear. HEX triplet: C8, E6 and 30. RGB value is (200,230,48). Sum of RGB (Red+Green+Blue) = 200+230+48=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E630 is #3719CF. Grayscale: #C8C8C8. Windows color (decimal): -3611088 or 3204808. OLE color: 3204808.
HSL color Cylindrical-coordinate representation of color #C8E630: hue angle of 69.89º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8E630 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 48 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.10 |
| HSL | 69.89º | 0.78% | 0.55% | - |
| HSV(B) | 69.89º | 0.79% | 0.9% | - |
| XYZ | 52.65 | 69.09 | 13.36 | - |
| YUV | 200.28 | 42.06 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 48 | 0.13 | 0 | 0.79 | 0.10 | 69.89 | 0.78 | 0.55 |
| Hex | C8 | E6 | 30 | D | 0 | 4F | A | 46 | 4E | 37 |
| Octal | 310 | 346 | 60 | 15 | 0 | 117 | 12 | 106 | 116 | 67 |
| Binary | 11001000 | 11100110 | 110000 | 1101 | 0 | 1001111 | 1010 | 1000110 | 1001110 | 110111 |
Color Harmonies of #C8E630
Complementary color
Monochromatic Colors of #C8E630
Black with #C8E630
Text Example
Text Example
White with #C8E630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E630; }
p { color: rgb(200,230,48); }
H1.HeaderClassName
{
color: #C8E630;
}
.AnyTagClassName
{
color: #C8E630;
}
</style>
background-color css
<style>
a { background-color: #C8E630; }
a { background-color: rgb(200,230,48); }
div.DivClassName
{
background-color: #C8E630;
}
.BgClassName
{
background-color: #C8E630;
}
</style>
border-color css
<style>
span { border-color: #C8E630; }
span { border-color: rgb(200,230,48); }
td.TdClassName
{
border-color: #C8E630;
}
.TagClassName
{
border-color: #C8E630;
}
</style>