Shades of Bright Green #5FDB0D
Tints of Bright Green #5FDB0D
RGB
CMYK
RGB Variations
Color information
#5FDB0D (or 0x5FDB0D) is known color: Bright Green. HEX triplet: 5F, DB and 0D. RGB value is (95,219,13). Sum of RGB (Red+Green+Blue) = 95+219+13=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB0D is #A024F2. Grayscale: #9F9F9F. Windows color (decimal): -10495219 or 908127. OLE color: 908127.
HSL color Cylindrical-coordinate representation of color #5FDB0D: hue angle of 96.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FDB0D is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 13 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.14 |
| HSL | 96.12º | 0.89% | 0.45% | - |
| HSV(B) | 96.12º | 0.94% | 0.86% | - |
| XYZ | 30.12 | 53.12 | 9.05 | - |
| YUV | 158.44 | 45.92 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 13 | 0.57 | 0 | 0.94 | 0.14 | 96.12 | 0.89 | 0.45 |
| Hex | 5F | DB | D | 39 | 0 | 5E | E | 60 | 59 | 2D |
| Octal | 137 | 333 | 15 | 71 | 0 | 136 | 16 | 140 | 131 | 55 |
| Binary | 1011111 | 11011011 | 1101 | 111001 | 0 | 1011110 | 1110 | 1100000 | 1011001 | 101101 |
Color Harmonies of #5FDB0D
Complementary color
Monochromatic Colors of #5FDB0D
Black with #5FDB0D
Text Example
Text Example
White with #5FDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB0D; }
p { color: rgb(95,219,13); }
H1.HeaderClassName
{
color: #5FDB0D;
}
.AnyTagClassName
{
color: #5FDB0D;
}
</style>
background-color css
<style>
a { background-color: #5FDB0D; }
a { background-color: rgb(95,219,13); }
div.DivClassName
{
background-color: #5FDB0D;
}
.BgClassName
{
background-color: #5FDB0D;
}
</style>
border-color css
<style>
span { border-color: #5FDB0D; }
span { border-color: rgb(95,219,13); }
td.TdClassName
{
border-color: #5FDB0D;
}
.TagClassName
{
border-color: #5FDB0D;
}
</style>