Shades of Fruit Salad #30AB3D
Tints of Fruit Salad #30AB3D
RGB
CMYK
RGB Variations
Color information
#30AB3D (or 0x30AB3D) is known color: Fruit Salad. HEX triplet: 30, AB and 3D. RGB value is (48,171,61). Sum of RGB (Red+Green+Blue) = 48+171+61=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB3D is #CF54C2. Grayscale: #797979. Windows color (decimal): -13587651 or 4041520. OLE color: 4041520.
HSL color Cylindrical-coordinate representation of color #30AB3D: hue angle of 126.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB3D is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 61 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.33 |
| HSL | 126.34º | 0.56% | 0.43% | - |
| HSV(B) | 126.34º | 0.72% | 0.67% | - |
| XYZ | 16.62 | 30.09 | 9.35 | - |
| YUV | 121.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 61 | 0.72 | 0 | 0.64 | 0.33 | 126.34 | 0.56 | 0.43 |
| Hex | 30 | AB | 3D | 48 | 0 | 40 | 21 | 7E | 38 | 2B |
| Octal | 60 | 253 | 75 | 110 | 0 | 100 | 41 | 176 | 70 | 53 |
| Binary | 110000 | 10101011 | 111101 | 1001000 | 0 | 1000000 | 100001 | 1111110 | 111000 | 101011 |
Color Harmonies of #30AB3D
Complementary color
Monochromatic Colors of #30AB3D
Black with #30AB3D
Text Example
Text Example
White with #30AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB3D; }
p { color: rgb(48,171,61); }
H1.HeaderClassName
{
color: #30AB3D;
}
.AnyTagClassName
{
color: #30AB3D;
}
</style>
background-color css
<style>
a { background-color: #30AB3D; }
a { background-color: rgb(48,171,61); }
div.DivClassName
{
background-color: #30AB3D;
}
.BgClassName
{
background-color: #30AB3D;
}
</style>
border-color css
<style>
span { border-color: #30AB3D; }
span { border-color: rgb(48,171,61); }
td.TdClassName
{
border-color: #30AB3D;
}
.TagClassName
{
border-color: #30AB3D;
}
</style>