Shades of Kelly Green #3DAB08
Tints of Kelly Green #3DAB08
RGB
CMYK
RGB Variations
Color information
#3DAB08 (or 0x3DAB08) is known color: Kelly Green. HEX triplet: 3D, AB and 08. RGB value is (61,171,8). Sum of RGB (Red+Green+Blue) = 61+171+8=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 171 (67.19% from 255 or 71.25% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAB08 is #C254F7. Grayscale: #787878. Windows color (decimal): -12735736 or 568125. OLE color: 568125.
HSL color Cylindrical-coordinate representation of color #3DAB08: hue angle of 100.49º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DAB08 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 8 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.33 |
| HSL | 100.49º | 0.91% | 0.35% | - |
| HSV(B) | 100.49º | 0.95% | 0.67% | - |
| XYZ | 16.53 | 30.14 | 5.18 | - |
| YUV | 119.53 | 65.06 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 8 | 0.64 | 0 | 0.95 | 0.33 | 100.49 | 0.91 | 0.35 |
| Hex | 3D | AB | 8 | 40 | 0 | 5F | 21 | 64 | 5B | 23 |
| Octal | 75 | 253 | 10 | 100 | 0 | 137 | 41 | 144 | 133 | 43 |
| Binary | 111101 | 10101011 | 1000 | 1000000 | 0 | 1011111 | 100001 | 1100100 | 1011011 | 100011 |
Color Harmonies of #3DAB08
Complementary color
Monochromatic Colors of #3DAB08
Black with #3DAB08
Text Example
Text Example
White with #3DAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB08; }
p { color: rgb(61,171,8); }
H1.HeaderClassName
{
color: #3DAB08;
}
.AnyTagClassName
{
color: #3DAB08;
}
</style>
background-color css
<style>
a { background-color: #3DAB08; }
a { background-color: rgb(61,171,8); }
div.DivClassName
{
background-color: #3DAB08;
}
.BgClassName
{
background-color: #3DAB08;
}
</style>
border-color css
<style>
span { border-color: #3DAB08; }
span { border-color: rgb(61,171,8); }
td.TdClassName
{
border-color: #3DAB08;
}
.TagClassName
{
border-color: #3DAB08;
}
</style>