Shades of Kelly Green #3BAF01
Tints of Kelly Green #3BAF01
RGB
CMYK
RGB Variations
Color information
#3BAF01 (or 0x3BAF01) is known color: Kelly Green. HEX triplet: 3B, AF and 01. RGB value is (59,175,1). Sum of RGB (Red+Green+Blue) = 59+175+1=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAF01 is #C450FE. Grayscale: #797979. Windows color (decimal): -12865791 or 110395. OLE color: 110395.
HSL color Cylindrical-coordinate representation of color #3BAF01: hue angle of 100º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BAF01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.31 |
| HSL | 100º | 0.99% | 0.35% | - |
| HSV(B) | 100º | 0.99% | 0.69% | - |
| XYZ | 17.14 | 31.59 | 5.22 | - |
| YUV | 120.48 | 60.57 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 1 | 0.66 | 0 | 0.99 | 0.31 | 100 | 0.99 | 0.35 |
| Hex | 3B | AF | 1 | 42 | 0 | 63 | 1F | 64 | 63 | 23 |
| Octal | 73 | 257 | 1 | 102 | 0 | 143 | 37 | 144 | 143 | 43 |
| Binary | 111011 | 10101111 | 1 | 1000010 | 0 | 1100011 | 11111 | 1100100 | 1100011 | 100011 |
Color Harmonies of #3BAF01
Complementary color
Monochromatic Colors of #3BAF01
Black with #3BAF01
Text Example
Text Example
White with #3BAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF01; }
p { color: rgb(59,175,1); }
H1.HeaderClassName
{
color: #3BAF01;
}
.AnyTagClassName
{
color: #3BAF01;
}
</style>
background-color css
<style>
a { background-color: #3BAF01; }
a { background-color: rgb(59,175,1); }
div.DivClassName
{
background-color: #3BAF01;
}
.BgClassName
{
background-color: #3BAF01;
}
</style>
border-color css
<style>
span { border-color: #3BAF01; }
span { border-color: rgb(59,175,1); }
td.TdClassName
{
border-color: #3BAF01;
}
.TagClassName
{
border-color: #3BAF01;
}
</style>