Shades of Bright Green #5FD800
Tints of Bright Green #5FD800
RGB
CMYK
RGB Variations
Color information
#5FD800 (or 0x5FD800) is known color: Bright Green. HEX triplet: 5F, D8 and 00. RGB value is (95,216,0). Sum of RGB (Red+Green+Blue) = 95+216+0=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 216 (84.77% from 255 or 69.45% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD800 is #A027FF. Grayscale: #9B9B9B. Windows color (decimal): -10496000 or 55391. OLE color: 55391.
HSL color Cylindrical-coordinate representation of color #5FD800: hue angle of 93.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FD800 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.15 |
| HSL | 93.61º | 1% | 0.42% | - |
| HSV(B) | 93.61º | 1% | 0.85% | - |
| XYZ | 29.28 | 51.54 | 8.41 | - |
| YUV | 155.2 | 40.41 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 0 | 0.56 | 0 | 1 | 0.15 | 93.61 | 1 | 0.42 |
| Hex | 5F | D8 | 0 | 38 | 0 | 64 | F | 5E | 64 | 2A |
| Octal | 137 | 330 | 0 | 70 | 0 | 144 | 17 | 136 | 144 | 52 |
| Binary | 1011111 | 11011000 | 0 | 111000 | 0 | 1100100 | 1111 | 1011110 | 1100100 | 101010 |
Color Harmonies of #5FD800
Complementary color
Monochromatic Colors of #5FD800
Black with #5FD800
Text Example
Text Example
White with #5FD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD800; }
p { color: rgb(95,216,0); }
H1.HeaderClassName
{
color: #5FD800;
}
.AnyTagClassName
{
color: #5FD800;
}
</style>
background-color css
<style>
a { background-color: #5FD800; }
a { background-color: rgb(95,216,0); }
div.DivClassName
{
background-color: #5FD800;
}
.BgClassName
{
background-color: #5FD800;
}
</style>
border-color css
<style>
span { border-color: #5FD800; }
span { border-color: rgb(95,216,0); }
td.TdClassName
{
border-color: #5FD800;
}
.TagClassName
{
border-color: #5FD800;
}
</style>