Shades of Kelly Green #39BB1F
Tints of Kelly Green #39BB1F
RGB
CMYK
RGB Variations
Color information
#39BB1F (or 0x39BB1F) is known color: Kelly Green. HEX triplet: 39, BB and 1F. RGB value is (57,187,31). Sum of RGB (Red+Green+Blue) = 57+187+31=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #39BB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BB1F is #C644E0. Grayscale: #828282. Windows color (decimal): -12993761 or 2079545. OLE color: 2079545.
HSL color Cylindrical-coordinate representation of color #39BB1F: hue angle of 110º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39BB1F is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 187 | 31 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.27 |
| HSL | 110º | 0.72% | 0.43% | - |
| HSV(B) | 110º | 0.83% | 0.73% | - |
| XYZ | 19.7 | 36.51 | 7.3 | - |
| YUV | 130.35 | 71.93 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 31 | 0.70 | 0 | 0.83 | 0.27 | 110 | 0.72 | 0.43 |
| Hex | 39 | BB | 1F | 46 | 0 | 53 | 1B | 6E | 48 | 2B |
| Octal | 71 | 273 | 37 | 106 | 0 | 123 | 33 | 156 | 110 | 53 |
| Binary | 111001 | 10111011 | 11111 | 1000110 | 0 | 1010011 | 11011 | 1101110 | 1001000 | 101011 |
Color Harmonies of #39BB1F
Complementary color
Monochromatic Colors of #39BB1F
Black with #39BB1F
Text Example
Text Example
White with #39BB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BB1F; }
p { color: rgb(57,187,31); }
H1.HeaderClassName
{
color: #39BB1F;
}
.AnyTagClassName
{
color: #39BB1F;
}
</style>
background-color css
<style>
a { background-color: #39BB1F; }
a { background-color: rgb(57,187,31); }
div.DivClassName
{
background-color: #39BB1F;
}
.BgClassName
{
background-color: #39BB1F;
}
</style>
border-color css
<style>
span { border-color: #39BB1F; }
span { border-color: rgb(57,187,31); }
td.TdClassName
{
border-color: #39BB1F;
}
.TagClassName
{
border-color: #39BB1F;
}
</style>