Shades of Kelly Green #3DB10B
Tints of Kelly Green #3DB10B
RGB
CMYK
RGB Variations
Color information
#3DB10B (or 0x3DB10B) is known color: Kelly Green. HEX triplet: 3D, B1 and 0B. RGB value is (61,177,11). Sum of RGB (Red+Green+Blue) = 61+177+11=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 177 (69.53% from 255 or 71.08% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB10B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DB10B is #C24EF4. Grayscale: #7B7B7B. Windows color (decimal): -12734197 or 766269. OLE color: 766269.
HSL color Cylindrical-coordinate representation of color #3DB10B: hue angle of 101.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DB10B is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 11 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.31 |
| HSL | 101.93º | 0.88% | 0.37% | - |
| HSV(B) | 101.93º | 0.94% | 0.69% | - |
| XYZ | 17.71 | 32.46 | 5.65 | - |
| YUV | 123.39 | 64.57 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 11 | 0.66 | 0 | 0.94 | 0.31 | 101.93 | 0.88 | 0.37 |
| Hex | 3D | B1 | B | 42 | 0 | 5E | 1F | 66 | 58 | 25 |
| Octal | 75 | 261 | 13 | 102 | 0 | 136 | 37 | 146 | 130 | 45 |
| Binary | 111101 | 10110001 | 1011 | 1000010 | 0 | 1011110 | 11111 | 1100110 | 1011000 | 100101 |
Color Harmonies of #3DB10B
Complementary color
Monochromatic Colors of #3DB10B
Black with #3DB10B
Text Example
Text Example
White with #3DB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB10B; }
p { color: rgb(61,177,11); }
H1.HeaderClassName
{
color: #3DB10B;
}
.AnyTagClassName
{
color: #3DB10B;
}
</style>
background-color css
<style>
a { background-color: #3DB10B; }
a { background-color: rgb(61,177,11); }
div.DivClassName
{
background-color: #3DB10B;
}
.BgClassName
{
background-color: #3DB10B;
}
</style>
border-color css
<style>
span { border-color: #3DB10B; }
span { border-color: rgb(61,177,11); }
td.TdClassName
{
border-color: #3DB10B;
}
.TagClassName
{
border-color: #3DB10B;
}
</style>