Shades of Pear #C6E930
Tints of Pear #C6E930
RGB
CMYK
RGB Variations
Color information
#C6E930 (or 0xC6E930) is known color: Pear. HEX triplet: C6, E9 and 30. RGB value is (198,233,48). Sum of RGB (Red+Green+Blue) = 198+233+48=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E930 is #3916CF. Grayscale: #CACACA. Windows color (decimal): -3741392 or 3205574. OLE color: 3205574.
HSL color Cylindrical-coordinate representation of color #C6E930: hue angle of 71.35º 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 #C6E930 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 48 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.09 |
| HSL | 71.35º | 0.81% | 0.55% | - |
| HSV(B) | 71.35º | 0.79% | 0.91% | - |
| XYZ | 52.96 | 70.5 | 13.61 | - |
| YUV | 201.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 48 | 0.15 | 0 | 0.79 | 0.09 | 71.35 | 0.81 | 0.55 |
| Hex | C6 | E9 | 30 | F | 0 | 4F | 9 | 47 | 51 | 37 |
| Octal | 306 | 351 | 60 | 17 | 0 | 117 | 11 | 107 | 121 | 67 |
| Binary | 11000110 | 11101001 | 110000 | 1111 | 0 | 1001111 | 1001 | 1000111 | 1010001 | 110111 |
Color Harmonies of #C6E930
Complementary color
Monochromatic Colors of #C6E930
Black with #C6E930
Text Example
Text Example
White with #C6E930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E930; }
p { color: rgb(198,233,48); }
H1.HeaderClassName
{
color: #C6E930;
}
.AnyTagClassName
{
color: #C6E930;
}
</style>
background-color css
<style>
a { background-color: #C6E930; }
a { background-color: rgb(198,233,48); }
div.DivClassName
{
background-color: #C6E930;
}
.BgClassName
{
background-color: #C6E930;
}
</style>
border-color css
<style>
span { border-color: #C6E930; }
span { border-color: rgb(198,233,48); }
td.TdClassName
{
border-color: #C6E930;
}
.TagClassName
{
border-color: #C6E930;
}
</style>