Shades of Kelly Green #3AD008
Tints of Kelly Green #3AD008
RGB
CMYK
RGB Variations
Color information
#3AD008 (or 0x3AD008) is known color: Kelly Green. HEX triplet: 3A, D0 and 08. RGB value is (58,208,8). Sum of RGB (Red+Green+Blue) = 58+208+8=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD008 is #C52FF7. Grayscale: #8D8D8D. Windows color (decimal): -12922872 or 577594. OLE color: 577594.
HSL color Cylindrical-coordinate representation of color #3AD008: hue angle of 105º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AD008 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.18 |
| HSL | 105º | 0.93% | 0.42% | - |
| HSV(B) | 105º | 0.96% | 0.82% | - |
| XYZ | 24.34 | 46.03 | 7.83 | - |
| YUV | 140.35 | 53.31 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 8 | 0.72 | 0 | 0.96 | 0.18 | 105 | 0.93 | 0.42 |
| Hex | 3A | D0 | 8 | 48 | 0 | 60 | 12 | 69 | 5D | 2A |
| Octal | 72 | 320 | 10 | 110 | 0 | 140 | 22 | 151 | 135 | 52 |
| Binary | 111010 | 11010000 | 1000 | 1001000 | 0 | 1100000 | 10010 | 1101001 | 1011101 | 101010 |
Color Harmonies of #3AD008
Complementary color
Monochromatic Colors of #3AD008
Black with #3AD008
Text Example
Text Example
White with #3AD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD008; }
p { color: rgb(58,208,8); }
H1.HeaderClassName
{
color: #3AD008;
}
.AnyTagClassName
{
color: #3AD008;
}
</style>
background-color css
<style>
a { background-color: #3AD008; }
a { background-color: rgb(58,208,8); }
div.DivClassName
{
background-color: #3AD008;
}
.BgClassName
{
background-color: #3AD008;
}
</style>
border-color css
<style>
span { border-color: #3AD008; }
span { border-color: rgb(58,208,8); }
td.TdClassName
{
border-color: #3AD008;
}
.TagClassName
{
border-color: #3AD008;
}
</style>