Shades of Kelly Green #3DBF01
Tints of Kelly Green #3DBF01
RGB
CMYK
RGB Variations
Color information
#3DBF01 (or 0x3DBF01) is known color: Kelly Green. HEX triplet: 3D, BF and 01. RGB value is (61,191,1). Sum of RGB (Red+Green+Blue) = 61+191+1=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 191 (75% from 255 or 75.49% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBF01 is #C240FE. Grayscale: #838383. Windows color (decimal): -12730623 or 114493. OLE color: 114493.
HSL color Cylindrical-coordinate representation of color #3DBF01: hue angle of 101.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DBF01 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 1 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.25 |
| HSL | 101.05º | 0.99% | 0.38% | - |
| HSV(B) | 101.05º | 0.99% | 0.75% | - |
| XYZ | 20.56 | 38.26 | 6.33 | - |
| YUV | 130.47 | 54.93 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 1 | 0.68 | 0 | 0.99 | 0.25 | 101.05 | 0.99 | 0.38 |
| Hex | 3D | BF | 1 | 44 | 0 | 63 | 19 | 65 | 63 | 26 |
| Octal | 75 | 277 | 1 | 104 | 0 | 143 | 31 | 145 | 143 | 46 |
| Binary | 111101 | 10111111 | 1 | 1000100 | 0 | 1100011 | 11001 | 1100101 | 1100011 | 100110 |
Color Harmonies of #3DBF01
Complementary color
Monochromatic Colors of #3DBF01
Black with #3DBF01
Text Example
Text Example
White with #3DBF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF01; }
p { color: rgb(61,191,1); }
H1.HeaderClassName
{
color: #3DBF01;
}
.AnyTagClassName
{
color: #3DBF01;
}
</style>
background-color css
<style>
a { background-color: #3DBF01; }
a { background-color: rgb(61,191,1); }
div.DivClassName
{
background-color: #3DBF01;
}
.BgClassName
{
background-color: #3DBF01;
}
</style>
border-color css
<style>
span { border-color: #3DBF01; }
span { border-color: rgb(61,191,1); }
td.TdClassName
{
border-color: #3DBF01;
}
.TagClassName
{
border-color: #3DBF01;
}
</style>