Shades of Kelly Green #3BAF10
Tints of Kelly Green #3BAF10
RGB
CMYK
RGB Variations
Color information
#3BAF10 (or 0x3BAF10) is known color: Kelly Green. HEX triplet: 3B, AF and 10. RGB value is (59,175,16). Sum of RGB (Red+Green+Blue) = 59+175+16=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAF10 is #C450EF. Grayscale: #7A7A7A. Windows color (decimal): -12865776 or 1093435. OLE color: 1093435.
HSL color Cylindrical-coordinate representation of color #3BAF10: hue angle of 103.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BAF10 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 16 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.31 |
| HSL | 103.77º | 0.83% | 0.37% | - |
| HSV(B) | 103.77º | 0.91% | 0.69% | - |
| XYZ | 17.23 | 31.63 | 5.69 | - |
| YUV | 122.19 | 68.07 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 16 | 0.66 | 0 | 0.91 | 0.31 | 103.77 | 0.83 | 0.37 |
| Hex | 3B | AF | 10 | 42 | 0 | 5B | 1F | 68 | 53 | 25 |
| Octal | 73 | 257 | 20 | 102 | 0 | 133 | 37 | 150 | 123 | 45 |
| Binary | 111011 | 10101111 | 10000 | 1000010 | 0 | 1011011 | 11111 | 1101000 | 1010011 | 100101 |
Color Harmonies of #3BAF10
Complementary color
Monochromatic Colors of #3BAF10
Black with #3BAF10
Text Example
Text Example
White with #3BAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF10; }
p { color: rgb(59,175,16); }
H1.HeaderClassName
{
color: #3BAF10;
}
.AnyTagClassName
{
color: #3BAF10;
}
</style>
background-color css
<style>
a { background-color: #3BAF10; }
a { background-color: rgb(59,175,16); }
div.DivClassName
{
background-color: #3BAF10;
}
.BgClassName
{
background-color: #3BAF10;
}
</style>
border-color css
<style>
span { border-color: #3BAF10; }
span { border-color: rgb(59,175,16); }
td.TdClassName
{
border-color: #3BAF10;
}
.TagClassName
{
border-color: #3BAF10;
}
</style>