Shades of Kelly Green #3AD108
Tints of Kelly Green #3AD108
RGB
CMYK
RGB Variations
Color information
#3AD108 (or 0x3AD108) is known color: Kelly Green. HEX triplet: 3A, D1 and 08. RGB value is (58,209,8). Sum of RGB (Red+Green+Blue) = 58+209+8=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 209 (82.03% from 255 or 76% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD108 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD108 is #C52EF7. Grayscale: #8D8D8D. Windows color (decimal): -12922616 or 577850. OLE color: 577850.
HSL color Cylindrical-coordinate representation of color #3AD108: hue angle of 105.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AD108 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.18 |
| HSL | 105.07º | 0.93% | 0.43% | - |
| HSV(B) | 105.07º | 0.96% | 0.82% | - |
| XYZ | 24.59 | 46.52 | 7.91 | - |
| YUV | 140.94 | 52.97 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 8 | 0.72 | 0 | 0.96 | 0.18 | 105.07 | 0.93 | 0.43 |
| Hex | 3A | D1 | 8 | 48 | 0 | 60 | 12 | 69 | 5D | 2B |
| Octal | 72 | 321 | 10 | 110 | 0 | 140 | 22 | 151 | 135 | 53 |
| Binary | 111010 | 11010001 | 1000 | 1001000 | 0 | 1100000 | 10010 | 1101001 | 1011101 | 101011 |
Color Harmonies of #3AD108
Complementary color
Monochromatic Colors of #3AD108
Black with #3AD108
Text Example
Text Example
White with #3AD108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD108; }
p { color: rgb(58,209,8); }
H1.HeaderClassName
{
color: #3AD108;
}
.AnyTagClassName
{
color: #3AD108;
}
</style>
background-color css
<style>
a { background-color: #3AD108; }
a { background-color: rgb(58,209,8); }
div.DivClassName
{
background-color: #3AD108;
}
.BgClassName
{
background-color: #3AD108;
}
</style>
border-color css
<style>
span { border-color: #3AD108; }
span { border-color: rgb(58,209,8); }
td.TdClassName
{
border-color: #3AD108;
}
.TagClassName
{
border-color: #3AD108;
}
</style>