Shades of Kelly Green #3DB10F
Tints of Kelly Green #3DB10F
RGB
CMYK
RGB Variations
Color information
#3DB10F (or 0x3DB10F) is known color: Kelly Green. HEX triplet: 3D, B1 and 0F. RGB value is (61,177,15). Sum of RGB (Red+Green+Blue) = 61+177+15=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DB10F is #C24EF0. Grayscale: #7C7C7C. Windows color (decimal): -12734193 or 1028413. OLE color: 1028413.
HSL color Cylindrical-coordinate representation of color #3DB10F: hue angle of 102.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DB10F is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 15 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.31 |
| HSL | 102.96º | 0.84% | 0.38% | - |
| HSV(B) | 102.96º | 0.92% | 0.69% | - |
| XYZ | 17.73 | 32.47 | 5.78 | - |
| YUV | 123.85 | 66.57 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 15 | 0.66 | 0 | 0.92 | 0.31 | 102.96 | 0.84 | 0.38 |
| Hex | 3D | B1 | F | 42 | 0 | 5C | 1F | 67 | 54 | 26 |
| Octal | 75 | 261 | 17 | 102 | 0 | 134 | 37 | 147 | 124 | 46 |
| Binary | 111101 | 10110001 | 1111 | 1000010 | 0 | 1011100 | 11111 | 1100111 | 1010100 | 100110 |
Color Harmonies of #3DB10F
Complementary color
Monochromatic Colors of #3DB10F
Black with #3DB10F
Text Example
Text Example
White with #3DB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB10F; }
p { color: rgb(61,177,15); }
H1.HeaderClassName
{
color: #3DB10F;
}
.AnyTagClassName
{
color: #3DB10F;
}
</style>
background-color css
<style>
a { background-color: #3DB10F; }
a { background-color: rgb(61,177,15); }
div.DivClassName
{
background-color: #3DB10F;
}
.BgClassName
{
background-color: #3DB10F;
}
</style>
border-color css
<style>
span { border-color: #3DB10F; }
span { border-color: rgb(61,177,15); }
td.TdClassName
{
border-color: #3DB10F;
}
.TagClassName
{
border-color: #3DB10F;
}
</style>