Shades of Kelly Green #3DBF10
Tints of Kelly Green #3DBF10
RGB
CMYK
RGB Variations
Color information
#3DBF10 (or 0x3DBF10) is known color: Kelly Green. HEX triplet: 3D, BF and 10. RGB value is (61,191,16). Sum of RGB (Red+Green+Blue) = 61+191+16=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBF10 is #C240EF. Grayscale: #848484. Windows color (decimal): -12730608 or 1097533. OLE color: 1097533.
HSL color Cylindrical-coordinate representation of color #3DBF10: hue angle of 104.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DBF10 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 16 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.25 |
| HSL | 104.57º | 0.85% | 0.41% | - |
| HSV(B) | 104.57º | 0.92% | 0.75% | - |
| XYZ | 20.65 | 38.29 | 6.79 | - |
| YUV | 132.18 | 62.43 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 16 | 0.68 | 0 | 0.92 | 0.25 | 104.57 | 0.85 | 0.41 |
| Hex | 3D | BF | 10 | 44 | 0 | 5C | 19 | 69 | 55 | 29 |
| Octal | 75 | 277 | 20 | 104 | 0 | 134 | 31 | 151 | 125 | 51 |
| Binary | 111101 | 10111111 | 10000 | 1000100 | 0 | 1011100 | 11001 | 1101001 | 1010101 | 101001 |
Color Harmonies of #3DBF10
Complementary color
Monochromatic Colors of #3DBF10
Black with #3DBF10
Text Example
Text Example
White with #3DBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF10; }
p { color: rgb(61,191,16); }
H1.HeaderClassName
{
color: #3DBF10;
}
.AnyTagClassName
{
color: #3DBF10;
}
</style>
background-color css
<style>
a { background-color: #3DBF10; }
a { background-color: rgb(61,191,16); }
div.DivClassName
{
background-color: #3DBF10;
}
.BgClassName
{
background-color: #3DBF10;
}
</style>
border-color css
<style>
span { border-color: #3DBF10; }
span { border-color: rgb(61,191,16); }
td.TdClassName
{
border-color: #3DBF10;
}
.TagClassName
{
border-color: #3DBF10;
}
</style>