Shades of Kelly Green #3AD608
Tints of Kelly Green #3AD608
RGB
CMYK
RGB Variations
Color information
#3AD608 (or 0x3AD608) is known color: Kelly Green. HEX triplet: 3A, D6 and 08. RGB value is (58,214,8). Sum of RGB (Red+Green+Blue) = 58+214+8=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 214 (83.98% from 255 or 76.43% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD608 is #C529F7. Grayscale: #909090. Windows color (decimal): -12921336 or 579130. OLE color: 579130.
HSL color Cylindrical-coordinate representation of color #3AD608: hue angle of 105.44º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AD608 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 8 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.16 |
| HSL | 105.44º | 0.93% | 0.44% | - |
| HSV(B) | 105.44º | 0.96% | 0.84% | - |
| XYZ | 25.84 | 49.01 | 8.33 | - |
| YUV | 143.87 | 51.32 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 8 | 0.73 | 0 | 0.96 | 0.16 | 105.44 | 0.93 | 0.44 |
| Hex | 3A | D6 | 8 | 49 | 0 | 60 | 10 | 69 | 5D | 2C |
| Octal | 72 | 326 | 10 | 111 | 0 | 140 | 20 | 151 | 135 | 54 |
| Binary | 111010 | 11010110 | 1000 | 1001001 | 0 | 1100000 | 10000 | 1101001 | 1011101 | 101100 |
Color Harmonies of #3AD608
Complementary color
Monochromatic Colors of #3AD608
Black with #3AD608
Text Example
Text Example
White with #3AD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD608; }
p { color: rgb(58,214,8); }
H1.HeaderClassName
{
color: #3AD608;
}
.AnyTagClassName
{
color: #3AD608;
}
</style>
background-color css
<style>
a { background-color: #3AD608; }
a { background-color: rgb(58,214,8); }
div.DivClassName
{
background-color: #3AD608;
}
.BgClassName
{
background-color: #3AD608;
}
</style>
border-color css
<style>
span { border-color: #3AD608; }
span { border-color: rgb(58,214,8); }
td.TdClassName
{
border-color: #3AD608;
}
.TagClassName
{
border-color: #3AD608;
}
</style>