Shades of Kelly Green #3DAF04
Tints of Kelly Green #3DAF04
RGB
CMYK
RGB Variations
Color information
#3DAF04 (or 0x3DAF04) is known color: Kelly Green. HEX triplet: 3D, AF and 04. RGB value is (61,175,4). Sum of RGB (Red+Green+Blue) = 61+175+4=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 175 (68.75% from 255 or 72.92% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAF04 is #C250FB. Grayscale: #797979. Windows color (decimal): -12734716 or 307005. OLE color: 307005.
HSL color Cylindrical-coordinate representation of color #3DAF04: hue angle of 100º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DAF04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 4 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.31 |
| HSL | 100º | 0.96% | 0.35% | - |
| HSV(B) | 100º | 0.98% | 0.69% | - |
| XYZ | 17.28 | 31.66 | 5.32 | - |
| YUV | 121.42 | 61.73 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 4 | 0.65 | 0 | 0.98 | 0.31 | 100 | 0.96 | 0.35 |
| Hex | 3D | AF | 4 | 41 | 0 | 62 | 1F | 64 | 60 | 23 |
| Octal | 75 | 257 | 4 | 101 | 0 | 142 | 37 | 144 | 140 | 43 |
| Binary | 111101 | 10101111 | 100 | 1000001 | 0 | 1100010 | 11111 | 1100100 | 1100000 | 100011 |
Color Harmonies of #3DAF04
Complementary color
Monochromatic Colors of #3DAF04
Black with #3DAF04
Text Example
Text Example
White with #3DAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAF04; }
p { color: rgb(61,175,4); }
H1.HeaderClassName
{
color: #3DAF04;
}
.AnyTagClassName
{
color: #3DAF04;
}
</style>
background-color css
<style>
a { background-color: #3DAF04; }
a { background-color: rgb(61,175,4); }
div.DivClassName
{
background-color: #3DAF04;
}
.BgClassName
{
background-color: #3DAF04;
}
</style>
border-color css
<style>
span { border-color: #3DAF04; }
span { border-color: rgb(61,175,4); }
td.TdClassName
{
border-color: #3DAF04;
}
.TagClassName
{
border-color: #3DAF04;
}
</style>