Shades of Kelly Green #3DCF0D
Tints of Kelly Green #3DCF0D
RGB
CMYK
RGB Variations
Color information
#3DCF0D (or 0x3DCF0D) is known color: Kelly Green. HEX triplet: 3D, CF and 0D. RGB value is (61,207,13). Sum of RGB (Red+Green+Blue) = 61+207+13=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCF0D is #C230F2. Grayscale: #8D8D8D. Windows color (decimal): -12726515 or 905021. OLE color: 905021.
HSL color Cylindrical-coordinate representation of color #3DCF0D: hue angle of 105.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DCF0D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 13 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.19 |
| HSL | 105.15º | 0.88% | 0.43% | - |
| HSV(B) | 105.15º | 0.94% | 0.81% | - |
| XYZ | 24.31 | 45.65 | 7.91 | - |
| YUV | 141.23 | 55.63 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 13 | 0.71 | 0 | 0.94 | 0.19 | 105.15 | 0.88 | 0.43 |
| Hex | 3D | CF | D | 47 | 0 | 5E | 13 | 69 | 58 | 2B |
| Octal | 75 | 317 | 15 | 107 | 0 | 136 | 23 | 151 | 130 | 53 |
| Binary | 111101 | 11001111 | 1101 | 1000111 | 0 | 1011110 | 10011 | 1101001 | 1011000 | 101011 |
Color Harmonies of #3DCF0D
Complementary color
Monochromatic Colors of #3DCF0D
Black with #3DCF0D
Text Example
Text Example
White with #3DCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF0D; }
p { color: rgb(61,207,13); }
H1.HeaderClassName
{
color: #3DCF0D;
}
.AnyTagClassName
{
color: #3DCF0D;
}
</style>
background-color css
<style>
a { background-color: #3DCF0D; }
a { background-color: rgb(61,207,13); }
div.DivClassName
{
background-color: #3DCF0D;
}
.BgClassName
{
background-color: #3DCF0D;
}
</style>
border-color css
<style>
span { border-color: #3DCF0D; }
span { border-color: rgb(61,207,13); }
td.TdClassName
{
border-color: #3DCF0D;
}
.TagClassName
{
border-color: #3DCF0D;
}
</style>