Shades of Bright Green #5FDF10
Tints of Bright Green #5FDF10
RGB
CMYK
RGB Variations
Color information
#5FDF10 (or 0x5FDF10) is known color: Bright Green. HEX triplet: 5F, DF and 10. RGB value is (95,223,16). Sum of RGB (Red+Green+Blue) = 95+223+16=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDF10 is #A020EF. Grayscale: #A1A1A1. Windows color (decimal): -10494192 or 1105759. OLE color: 1105759.
HSL color Cylindrical-coordinate representation of color #5FDF10: hue angle of 97.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FDF10 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 16 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.13 |
| HSL | 97.1º | 0.87% | 0.47% | - |
| HSV(B) | 97.1º | 0.93% | 0.87% | - |
| XYZ | 31.2 | 55.25 | 9.51 | - |
| YUV | 161.13 | 46.09 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 16 | 0.57 | 0 | 0.93 | 0.13 | 97.1 | 0.87 | 0.47 |
| Hex | 5F | DF | 10 | 39 | 0 | 5D | D | 61 | 57 | 2F |
| Octal | 137 | 337 | 20 | 71 | 0 | 135 | 15 | 141 | 127 | 57 |
| Binary | 1011111 | 11011111 | 10000 | 111001 | 0 | 1011101 | 1101 | 1100001 | 1010111 | 101111 |
Color Harmonies of #5FDF10
Complementary color
Monochromatic Colors of #5FDF10
Black with #5FDF10
Text Example
Text Example
White with #5FDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF10; }
p { color: rgb(95,223,16); }
H1.HeaderClassName
{
color: #5FDF10;
}
.AnyTagClassName
{
color: #5FDF10;
}
</style>
background-color css
<style>
a { background-color: #5FDF10; }
a { background-color: rgb(95,223,16); }
div.DivClassName
{
background-color: #5FDF10;
}
.BgClassName
{
background-color: #5FDF10;
}
</style>
border-color css
<style>
span { border-color: #5FDF10; }
span { border-color: rgb(95,223,16); }
td.TdClassName
{
border-color: #5FDF10;
}
.TagClassName
{
border-color: #5FDF10;
}
</style>