Shades of Kelly Green #3DB60F
Tints of Kelly Green #3DB60F
RGB
CMYK
RGB Variations
Color information
#3DB60F (or 0x3DB60F) is known color: Kelly Green. HEX triplet: 3D, B6 and 0F. RGB value is (61,182,15). Sum of RGB (Red+Green+Blue) = 61+182+15=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 182 (71.48% from 255 or 70.54% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB60F is #C249F0. Grayscale: #7F7F7F. Windows color (decimal): -12732913 or 1029693. OLE color: 1029693.
HSL color Cylindrical-coordinate representation of color #3DB60F: hue angle of 103.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DB60F is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 15 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.29 |
| HSL | 103.47º | 0.85% | 0.39% | - |
| HSV(B) | 103.47º | 0.92% | 0.71% | - |
| XYZ | 18.74 | 34.48 | 6.12 | - |
| YUV | 126.78 | 64.91 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 15 | 0.66 | 0 | 0.92 | 0.29 | 103.47 | 0.85 | 0.39 |
| Hex | 3D | B6 | F | 42 | 0 | 5C | 1D | 67 | 55 | 27 |
| Octal | 75 | 266 | 17 | 102 | 0 | 134 | 35 | 147 | 125 | 47 |
| Binary | 111101 | 10110110 | 1111 | 1000010 | 0 | 1011100 | 11101 | 1100111 | 1010101 | 100111 |
Color Harmonies of #3DB60F
Complementary color
Monochromatic Colors of #3DB60F
Black with #3DB60F
Text Example
Text Example
White with #3DB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB60F; }
p { color: rgb(61,182,15); }
H1.HeaderClassName
{
color: #3DB60F;
}
.AnyTagClassName
{
color: #3DB60F;
}
</style>
background-color css
<style>
a { background-color: #3DB60F; }
a { background-color: rgb(61,182,15); }
div.DivClassName
{
background-color: #3DB60F;
}
.BgClassName
{
background-color: #3DB60F;
}
</style>
border-color css
<style>
span { border-color: #3DB60F; }
span { border-color: rgb(61,182,15); }
td.TdClassName
{
border-color: #3DB60F;
}
.TagClassName
{
border-color: #3DB60F;
}
</style>