Shades of Pear #C5E930
Tints of Pear #C5E930
RGB
CMYK
RGB Variations
Color information
#C5E930 (or 0xC5E930) is known color: Pear. HEX triplet: C5, E9 and 30. RGB value is (197,233,48). Sum of RGB (Red+Green+Blue) = 197+233+48=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E930 is #3A16CF. Grayscale: #C9C9C9. Windows color (decimal): -3806928 or 3205573. OLE color: 3205573.
HSL color Cylindrical-coordinate representation of color #C5E930: hue angle of 71.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5E930 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 48 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.09 |
| HSL | 71.68º | 0.81% | 0.55% | - |
| HSV(B) | 71.68º | 0.79% | 0.91% | - |
| XYZ | 52.7 | 70.36 | 13.6 | - |
| YUV | 201.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 48 | 0.15 | 0 | 0.79 | 0.09 | 71.68 | 0.81 | 0.55 |
| Hex | C5 | E9 | 30 | F | 0 | 4F | 9 | 48 | 51 | 37 |
| Octal | 305 | 351 | 60 | 17 | 0 | 117 | 11 | 110 | 121 | 67 |
| Binary | 11000101 | 11101001 | 110000 | 1111 | 0 | 1001111 | 1001 | 1001000 | 1010001 | 110111 |
Color Harmonies of #C5E930
Complementary color
Monochromatic Colors of #C5E930
Black with #C5E930
Text Example
Text Example
White with #C5E930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E930; }
p { color: rgb(197,233,48); }
H1.HeaderClassName
{
color: #C5E930;
}
.AnyTagClassName
{
color: #C5E930;
}
</style>
background-color css
<style>
a { background-color: #C5E930; }
a { background-color: rgb(197,233,48); }
div.DivClassName
{
background-color: #C5E930;
}
.BgClassName
{
background-color: #C5E930;
}
</style>
border-color css
<style>
span { border-color: #C5E930; }
span { border-color: rgb(197,233,48); }
td.TdClassName
{
border-color: #C5E930;
}
.TagClassName
{
border-color: #C5E930;
}
</style>