Shades of Kelly Green #3BAC08
Tints of Kelly Green #3BAC08
RGB
CMYK
RGB Variations
Color information
#3BAC08 (or 0x3BAC08) is known color: Kelly Green. HEX triplet: 3B, AC and 08. RGB value is (59,172,8). Sum of RGB (Red+Green+Blue) = 59+172+8=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAC08 is #C453F7. Grayscale: #787878. Windows color (decimal): -12866552 or 568379. OLE color: 568379.
HSL color Cylindrical-coordinate representation of color #3BAC08: hue angle of 101.34º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BAC08 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 8 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.33 |
| HSL | 101.34º | 0.91% | 0.35% | - |
| HSV(B) | 101.34º | 0.95% | 0.67% | - |
| XYZ | 16.6 | 30.45 | 5.23 | - |
| YUV | 119.52 | 65.06 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 8 | 0.66 | 0 | 0.95 | 0.33 | 101.34 | 0.91 | 0.35 |
| Hex | 3B | AC | 8 | 42 | 0 | 5F | 21 | 65 | 5B | 23 |
| Octal | 73 | 254 | 10 | 102 | 0 | 137 | 41 | 145 | 133 | 43 |
| Binary | 111011 | 10101100 | 1000 | 1000010 | 0 | 1011111 | 100001 | 1100101 | 1011011 | 100011 |
Color Harmonies of #3BAC08
Complementary color
Monochromatic Colors of #3BAC08
Black with #3BAC08
Text Example
Text Example
White with #3BAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC08; }
p { color: rgb(59,172,8); }
H1.HeaderClassName
{
color: #3BAC08;
}
.AnyTagClassName
{
color: #3BAC08;
}
</style>
background-color css
<style>
a { background-color: #3BAC08; }
a { background-color: rgb(59,172,8); }
div.DivClassName
{
background-color: #3BAC08;
}
.BgClassName
{
background-color: #3BAC08;
}
</style>
border-color css
<style>
span { border-color: #3BAC08; }
span { border-color: rgb(59,172,8); }
td.TdClassName
{
border-color: #3BAC08;
}
.TagClassName
{
border-color: #3BAC08;
}
</style>