Shades of Kelly Green #3DAF0C
Tints of Kelly Green #3DAF0C
RGB
CMYK
RGB Variations
Color information
#3DAF0C (or 0x3DAF0C) is known color: Kelly Green. HEX triplet: 3D, AF and 0C. RGB value is (61,175,12). Sum of RGB (Red+Green+Blue) = 61+175+12=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAF0C is #C250F3. Grayscale: #7A7A7A. Windows color (decimal): -12734708 or 831293. OLE color: 831293.
HSL color Cylindrical-coordinate representation of color #3DAF0C: hue angle of 101.96º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DAF0C is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 12 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.31 |
| HSL | 101.96º | 0.87% | 0.37% | - |
| HSV(B) | 101.96º | 0.93% | 0.69% | - |
| XYZ | 17.32 | 31.68 | 5.55 | - |
| YUV | 122.33 | 65.73 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 12 | 0.65 | 0 | 0.93 | 0.31 | 101.96 | 0.87 | 0.37 |
| Hex | 3D | AF | C | 41 | 0 | 5D | 1F | 66 | 57 | 25 |
| Octal | 75 | 257 | 14 | 101 | 0 | 135 | 37 | 146 | 127 | 45 |
| Binary | 111101 | 10101111 | 1100 | 1000001 | 0 | 1011101 | 11111 | 1100110 | 1010111 | 100101 |
Color Harmonies of #3DAF0C
Complementary color
Monochromatic Colors of #3DAF0C
Black with #3DAF0C
Text Example
Text Example
White with #3DAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAF0C; }
p { color: rgb(61,175,12); }
H1.HeaderClassName
{
color: #3DAF0C;
}
.AnyTagClassName
{
color: #3DAF0C;
}
</style>
background-color css
<style>
a { background-color: #3DAF0C; }
a { background-color: rgb(61,175,12); }
div.DivClassName
{
background-color: #3DAF0C;
}
.BgClassName
{
background-color: #3DAF0C;
}
</style>
border-color css
<style>
span { border-color: #3DAF0C; }
span { border-color: rgb(61,175,12); }
td.TdClassName
{
border-color: #3DAF0C;
}
.TagClassName
{
border-color: #3DAF0C;
}
</style>