Shades of Fruit Salad #30A639
Tints of Fruit Salad #30A639
RGB
CMYK
RGB Variations
Color information
#30A639 (or 0x30A639) is known color: Fruit Salad. HEX triplet: 30, A6 and 39. RGB value is (48,166,57). Sum of RGB (Red+Green+Blue) = 48+166+57=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #30A639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A639 is #CF59C6. Grayscale: #767676. Windows color (decimal): -13588935 or 3778096. OLE color: 3778096.
HSL color Cylindrical-coordinate representation of color #30A639: hue angle of 124.58º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A639 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 166 | 57 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.35 |
| HSL | 124.58º | 0.55% | 0.42% | - |
| HSV(B) | 124.58º | 0.71% | 0.65% | - |
| XYZ | 15.59 | 28.2 | 8.49 | - |
| YUV | 118.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 57 | 0.71 | 0 | 0.66 | 0.35 | 124.58 | 0.55 | 0.42 |
| Hex | 30 | A6 | 39 | 47 | 0 | 42 | 23 | 7D | 37 | 2A |
| Octal | 60 | 246 | 71 | 107 | 0 | 102 | 43 | 175 | 67 | 52 |
| Binary | 110000 | 10100110 | 111001 | 1000111 | 0 | 1000010 | 100011 | 1111101 | 110111 | 101010 |
Color Harmonies of #30A639
Complementary color
Monochromatic Colors of #30A639
Black with #30A639
Text Example
Text Example
White with #30A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A639; }
p { color: rgb(48,166,57); }
H1.HeaderClassName
{
color: #30A639;
}
.AnyTagClassName
{
color: #30A639;
}
</style>
background-color css
<style>
a { background-color: #30A639; }
a { background-color: rgb(48,166,57); }
div.DivClassName
{
background-color: #30A639;
}
.BgClassName
{
background-color: #30A639;
}
</style>
border-color css
<style>
span { border-color: #30A639; }
span { border-color: rgb(48,166,57); }
td.TdClassName
{
border-color: #30A639;
}
.TagClassName
{
border-color: #30A639;
}
</style>