Shades of Kelly Green #3DB81A
Tints of Kelly Green #3DB81A
RGB
CMYK
RGB Variations
Color information
#3DB81A (or 0x3DB81A) is known color: Kelly Green. HEX triplet: 3D, B8 and 1A. RGB value is (61,184,26). Sum of RGB (Red+Green+Blue) = 61+184+26=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 184 (72.27% from 255 or 67.90% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB81A is #C247E5. Grayscale: #818181. Windows color (decimal): -12732390 or 1751101. OLE color: 1751101.
HSL color Cylindrical-coordinate representation of color #3DB81A: hue angle of 106.71º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DB81A is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 26 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.28 |
| HSL | 106.71º | 0.75% | 0.41% | - |
| HSV(B) | 106.71º | 0.86% | 0.72% | - |
| XYZ | 19.25 | 35.35 | 6.79 | - |
| YUV | 129.21 | 69.75 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 26 | 0.67 | 0 | 0.86 | 0.28 | 106.71 | 0.75 | 0.41 |
| Hex | 3D | B8 | 1A | 43 | 0 | 56 | 1C | 6B | 4B | 29 |
| Octal | 75 | 270 | 32 | 103 | 0 | 126 | 34 | 153 | 113 | 51 |
| Binary | 111101 | 10111000 | 11010 | 1000011 | 0 | 1010110 | 11100 | 1101011 | 1001011 | 101001 |
Color Harmonies of #3DB81A
Complementary color
Monochromatic Colors of #3DB81A
Black with #3DB81A
Text Example
Text Example
White with #3DB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB81A; }
p { color: rgb(61,184,26); }
H1.HeaderClassName
{
color: #3DB81A;
}
.AnyTagClassName
{
color: #3DB81A;
}
</style>
background-color css
<style>
a { background-color: #3DB81A; }
a { background-color: rgb(61,184,26); }
div.DivClassName
{
background-color: #3DB81A;
}
.BgClassName
{
background-color: #3DB81A;
}
</style>
border-color css
<style>
span { border-color: #3DB81A; }
span { border-color: rgb(61,184,26); }
td.TdClassName
{
border-color: #3DB81A;
}
.TagClassName
{
border-color: #3DB81A;
}
</style>