Shades of Kelly Green #3DB208
Tints of Kelly Green #3DB208
RGB
CMYK
RGB Variations
Color information
#3DB208 (or 0x3DB208) is known color: Kelly Green. HEX triplet: 3D, B2 and 08. RGB value is (61,178,8). Sum of RGB (Red+Green+Blue) = 61+178+8=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 178 (69.92% from 255 or 72.06% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DB208 is #C24DF7. Grayscale: #7C7C7C. Windows color (decimal): -12733944 or 569917. OLE color: 569917.
HSL color Cylindrical-coordinate representation of color #3DB208: hue angle of 101.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DB208 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.30 |
| HSL | 101.29º | 0.91% | 0.36% | - |
| HSV(B) | 101.29º | 0.96% | 0.7% | - |
| XYZ | 17.89 | 32.85 | 5.63 | - |
| YUV | 123.64 | 62.74 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 8 | 0.66 | 0 | 0.96 | 0.30 | 101.29 | 0.91 | 0.36 |
| Hex | 3D | B2 | 8 | 42 | 0 | 60 | 1E | 65 | 5B | 24 |
| Octal | 75 | 262 | 10 | 102 | 0 | 140 | 36 | 145 | 133 | 44 |
| Binary | 111101 | 10110010 | 1000 | 1000010 | 0 | 1100000 | 11110 | 1100101 | 1011011 | 100100 |
Color Harmonies of #3DB208
Complementary color
Monochromatic Colors of #3DB208
Black with #3DB208
Text Example
Text Example
White with #3DB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB208; }
p { color: rgb(61,178,8); }
H1.HeaderClassName
{
color: #3DB208;
}
.AnyTagClassName
{
color: #3DB208;
}
</style>
background-color css
<style>
a { background-color: #3DB208; }
a { background-color: rgb(61,178,8); }
div.DivClassName
{
background-color: #3DB208;
}
.BgClassName
{
background-color: #3DB208;
}
</style>
border-color css
<style>
span { border-color: #3DB208; }
span { border-color: rgb(61,178,8); }
td.TdClassName
{
border-color: #3DB208;
}
.TagClassName
{
border-color: #3DB208;
}
</style>