Shades of Kelly Green #3BAF0D
Tints of Kelly Green #3BAF0D
RGB
CMYK
RGB Variations
Color information
#3BAF0D (or 0x3BAF0D) is known color: Kelly Green. HEX triplet: 3B, AF and 0D. RGB value is (59,175,13). Sum of RGB (Red+Green+Blue) = 59+175+13=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAF0D is #C450F2. Grayscale: #7A7A7A. Windows color (decimal): -12865779 or 896827. OLE color: 896827.
HSL color Cylindrical-coordinate representation of color #3BAF0D: hue angle of 102.96º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BAF0D is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 13 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.31 |
| HSL | 102.96º | 0.86% | 0.37% | - |
| HSV(B) | 102.96º | 0.93% | 0.69% | - |
| XYZ | 17.21 | 31.62 | 5.58 | - |
| YUV | 121.85 | 66.57 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 13 | 0.66 | 0 | 0.93 | 0.31 | 102.96 | 0.86 | 0.37 |
| Hex | 3B | AF | D | 42 | 0 | 5D | 1F | 67 | 56 | 25 |
| Octal | 73 | 257 | 15 | 102 | 0 | 135 | 37 | 147 | 126 | 45 |
| Binary | 111011 | 10101111 | 1101 | 1000010 | 0 | 1011101 | 11111 | 1100111 | 1010110 | 100101 |
Color Harmonies of #3BAF0D
Complementary color
Monochromatic Colors of #3BAF0D
Black with #3BAF0D
Text Example
Text Example
White with #3BAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF0D; }
p { color: rgb(59,175,13); }
H1.HeaderClassName
{
color: #3BAF0D;
}
.AnyTagClassName
{
color: #3BAF0D;
}
</style>
background-color css
<style>
a { background-color: #3BAF0D; }
a { background-color: rgb(59,175,13); }
div.DivClassName
{
background-color: #3BAF0D;
}
.BgClassName
{
background-color: #3BAF0D;
}
</style>
border-color css
<style>
span { border-color: #3BAF0D; }
span { border-color: rgb(59,175,13); }
td.TdClassName
{
border-color: #3BAF0D;
}
.TagClassName
{
border-color: #3BAF0D;
}
</style>