Shades of Bright Green #5FDB0A
Tints of Bright Green #5FDB0A
RGB
CMYK
RGB Variations
Color information
#5FDB0A (or 0x5FDB0A) is known color: Bright Green. HEX triplet: 5F, DB and 0A. RGB value is (95,219,10). Sum of RGB (Red+Green+Blue) = 95+219+10=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB0A is #A024F5. Grayscale: #9E9E9E. Windows color (decimal): -10495222 or 711519. OLE color: 711519.
HSL color Cylindrical-coordinate representation of color #5FDB0A: hue angle of 95.6º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FDB0A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 10 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.14 |
| HSL | 95.6º | 0.91% | 0.45% | - |
| HSV(B) | 95.6º | 0.95% | 0.86% | - |
| XYZ | 30.11 | 53.12 | 8.95 | - |
| YUV | 158.1 | 44.42 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 10 | 0.57 | 0 | 0.95 | 0.14 | 95.6 | 0.91 | 0.45 |
| Hex | 5F | DB | A | 39 | 0 | 5F | E | 60 | 5B | 2D |
| Octal | 137 | 333 | 12 | 71 | 0 | 137 | 16 | 140 | 133 | 55 |
| Binary | 1011111 | 11011011 | 1010 | 111001 | 0 | 1011111 | 1110 | 1100000 | 1011011 | 101101 |
Color Harmonies of #5FDB0A
Complementary color
Monochromatic Colors of #5FDB0A
Black with #5FDB0A
Text Example
Text Example
White with #5FDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB0A; }
p { color: rgb(95,219,10); }
H1.HeaderClassName
{
color: #5FDB0A;
}
.AnyTagClassName
{
color: #5FDB0A;
}
</style>
background-color css
<style>
a { background-color: #5FDB0A; }
a { background-color: rgb(95,219,10); }
div.DivClassName
{
background-color: #5FDB0A;
}
.BgClassName
{
background-color: #5FDB0A;
}
</style>
border-color css
<style>
span { border-color: #5FDB0A; }
span { border-color: rgb(95,219,10); }
td.TdClassName
{
border-color: #5FDB0A;
}
.TagClassName
{
border-color: #5FDB0A;
}
</style>