Shades of Pear #C6F730
Tints of Pear #C6F730
RGB
CMYK
RGB Variations
Color information
#C6F730 (or 0xC6F730) is known color: Pear. HEX triplet: C6, F7 and 30. RGB value is (198,247,48). Sum of RGB (Red+Green+Blue) = 198+247+48=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F730 is #3908CF. Grayscale: #D2D2D2. Windows color (decimal): -3737808 or 3209158. OLE color: 3209158.
HSL color Cylindrical-coordinate representation of color #C6F730: hue angle of 74.77º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6F730 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 48 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.03 |
| HSL | 74.77º | 0.93% | 0.58% | - |
| HSV(B) | 74.77º | 0.81% | 0.97% | - |
| XYZ | 57.08 | 78.74 | 14.99 | - |
| YUV | 209.66 | 36.77 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 48 | 0.20 | 0 | 0.81 | 0.03 | 74.77 | 0.93 | 0.58 |
| Hex | C6 | F7 | 30 | 14 | 0 | 51 | 3 | 4B | 5D | 3A |
| Octal | 306 | 367 | 60 | 24 | 0 | 121 | 3 | 113 | 135 | 72 |
| Binary | 11000110 | 11110111 | 110000 | 10100 | 0 | 1010001 | 11 | 1001011 | 1011101 | 111010 |
Color Harmonies of #C6F730
Complementary color
Monochromatic Colors of #C6F730
Black with #C6F730
Text Example
Text Example
White with #C6F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F730; }
p { color: rgb(198,247,48); }
H1.HeaderClassName
{
color: #C6F730;
}
.AnyTagClassName
{
color: #C6F730;
}
</style>
background-color css
<style>
a { background-color: #C6F730; }
a { background-color: rgb(198,247,48); }
div.DivClassName
{
background-color: #C6F730;
}
.BgClassName
{
background-color: #C6F730;
}
</style>
border-color css
<style>
span { border-color: #C6F730; }
span { border-color: rgb(198,247,48); }
td.TdClassName
{
border-color: #C6F730;
}
.TagClassName
{
border-color: #C6F730;
}
</style>