Shades of Bright Green #5FDA00
Tints of Bright Green #5FDA00
RGB
CMYK
RGB Variations
Color information
#5FDA00 (or 0x5FDA00) is known color: Bright Green. HEX triplet: 5F, DA and 00. RGB value is (95,218,0). Sum of RGB (Red+Green+Blue) = 95+218+0=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 218 (85.55% from 255 or 69.65% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDA00 is #A025FF. Grayscale: #9D9D9D. Windows color (decimal): -10495488 or 55903. OLE color: 55903.
HSL color Cylindrical-coordinate representation of color #5FDA00: hue angle of 93.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FDA00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.15 |
| HSL | 93.85º | 1% | 0.43% | - |
| HSV(B) | 93.85º | 1% | 0.85% | - |
| XYZ | 29.79 | 52.58 | 8.58 | - |
| YUV | 156.37 | 39.75 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 0 | 0.56 | 0 | 1 | 0.15 | 93.85 | 1 | 0.43 |
| Hex | 5F | DA | 0 | 38 | 0 | 64 | F | 5E | 64 | 2B |
| Octal | 137 | 332 | 0 | 70 | 0 | 144 | 17 | 136 | 144 | 53 |
| Binary | 1011111 | 11011010 | 0 | 111000 | 0 | 1100100 | 1111 | 1011110 | 1100100 | 101011 |
Color Harmonies of #5FDA00
Complementary color
Monochromatic Colors of #5FDA00
Black with #5FDA00
Text Example
Text Example
White with #5FDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA00; }
p { color: rgb(95,218,0); }
H1.HeaderClassName
{
color: #5FDA00;
}
.AnyTagClassName
{
color: #5FDA00;
}
</style>
background-color css
<style>
a { background-color: #5FDA00; }
a { background-color: rgb(95,218,0); }
div.DivClassName
{
background-color: #5FDA00;
}
.BgClassName
{
background-color: #5FDA00;
}
</style>
border-color css
<style>
span { border-color: #5FDA00; }
span { border-color: rgb(95,218,0); }
td.TdClassName
{
border-color: #5FDA00;
}
.TagClassName
{
border-color: #5FDA00;
}
</style>