Shades of Kelly Green #3DC808
Tints of Kelly Green #3DC808
RGB
CMYK
RGB Variations
Color information
#3DC808 (or 0x3DC808) is known color: Kelly Green. HEX triplet: 3D, C8 and 08. RGB value is (61,200,8). Sum of RGB (Red+Green+Blue) = 61+200+8=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC808 is #C237F7. Grayscale: #898989. Windows color (decimal): -12728312 or 575549. OLE color: 575549.
HSL color Cylindrical-coordinate representation of color #3DC808: hue angle of 103.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DC808 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 8 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.22 |
| HSL | 103.44º | 0.92% | 0.41% | - |
| HSV(B) | 103.44º | 0.96% | 0.78% | - |
| XYZ | 22.62 | 42.32 | 7.21 | - |
| YUV | 136.55 | 55.45 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 8 | 0.69 | 0 | 0.96 | 0.22 | 103.44 | 0.92 | 0.41 |
| Hex | 3D | C8 | 8 | 45 | 0 | 60 | 16 | 67 | 5C | 29 |
| Octal | 75 | 310 | 10 | 105 | 0 | 140 | 26 | 147 | 134 | 51 |
| Binary | 111101 | 11001000 | 1000 | 1000101 | 0 | 1100000 | 10110 | 1100111 | 1011100 | 101001 |
Color Harmonies of #3DC808
Complementary color
Monochromatic Colors of #3DC808
Black with #3DC808
Text Example
Text Example
White with #3DC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC808; }
p { color: rgb(61,200,8); }
H1.HeaderClassName
{
color: #3DC808;
}
.AnyTagClassName
{
color: #3DC808;
}
</style>
background-color css
<style>
a { background-color: #3DC808; }
a { background-color: rgb(61,200,8); }
div.DivClassName
{
background-color: #3DC808;
}
.BgClassName
{
background-color: #3DC808;
}
</style>
border-color css
<style>
span { border-color: #3DC808; }
span { border-color: rgb(61,200,8); }
td.TdClassName
{
border-color: #3DC808;
}
.TagClassName
{
border-color: #3DC808;
}
</style>