Shades of Kelly Green #3DB708
Tints of Kelly Green #3DB708
RGB
CMYK
RGB Variations
Color information
#3DB708 (or 0x3DB708) is known color: Kelly Green. HEX triplet: 3D, B7 and 08. RGB value is (61,183,8). Sum of RGB (Red+Green+Blue) = 61+183+8=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB708 is #C248F7. Grayscale: #7F7F7F. Windows color (decimal): -12732664 or 571197. OLE color: 571197.
HSL color Cylindrical-coordinate representation of color #3DB708: hue angle of 101.83º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DB708 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.28 |
| HSL | 101.83º | 0.92% | 0.37% | - |
| HSV(B) | 101.83º | 0.96% | 0.72% | - |
| XYZ | 18.9 | 34.88 | 5.97 | - |
| YUV | 126.57 | 61.08 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 8 | 0.67 | 0 | 0.96 | 0.28 | 101.83 | 0.92 | 0.37 |
| Hex | 3D | B7 | 8 | 43 | 0 | 60 | 1C | 66 | 5C | 25 |
| Octal | 75 | 267 | 10 | 103 | 0 | 140 | 34 | 146 | 134 | 45 |
| Binary | 111101 | 10110111 | 1000 | 1000011 | 0 | 1100000 | 11100 | 1100110 | 1011100 | 100101 |
Color Harmonies of #3DB708
Complementary color
Monochromatic Colors of #3DB708
Black with #3DB708
Text Example
Text Example
White with #3DB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB708; }
p { color: rgb(61,183,8); }
H1.HeaderClassName
{
color: #3DB708;
}
.AnyTagClassName
{
color: #3DB708;
}
</style>
background-color css
<style>
a { background-color: #3DB708; }
a { background-color: rgb(61,183,8); }
div.DivClassName
{
background-color: #3DB708;
}
.BgClassName
{
background-color: #3DB708;
}
</style>
border-color css
<style>
span { border-color: #3DB708; }
span { border-color: rgb(61,183,8); }
td.TdClassName
{
border-color: #3DB708;
}
.TagClassName
{
border-color: #3DB708;
}
</style>