Shades of Bright Green #5FDF0D
Tints of Bright Green #5FDF0D
RGB
CMYK
RGB Variations
Color information
#5FDF0D (or 0x5FDF0D) is known color: Bright Green. HEX triplet: 5F, DF and 0D. RGB value is (95,223,13). Sum of RGB (Red+Green+Blue) = 95+223+13=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDF0D is #A020F2. Grayscale: #A1A1A1. Windows color (decimal): -10494195 or 909151. OLE color: 909151.
HSL color Cylindrical-coordinate representation of color #5FDF0D: hue angle of 96.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FDF0D is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 13 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.13 |
| HSL | 96.57º | 0.89% | 0.46% | - |
| HSV(B) | 96.57º | 0.94% | 0.87% | - |
| XYZ | 31.18 | 55.24 | 9.4 | - |
| YUV | 160.79 | 44.59 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 13 | 0.57 | 0 | 0.94 | 0.13 | 96.57 | 0.89 | 0.46 |
| Hex | 5F | DF | D | 39 | 0 | 5E | D | 61 | 59 | 2E |
| Octal | 137 | 337 | 15 | 71 | 0 | 136 | 15 | 141 | 131 | 56 |
| Binary | 1011111 | 11011111 | 1101 | 111001 | 0 | 1011110 | 1101 | 1100001 | 1011001 | 101110 |
Color Harmonies of #5FDF0D
Complementary color
Monochromatic Colors of #5FDF0D
Black with #5FDF0D
Text Example
Text Example
White with #5FDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF0D; }
p { color: rgb(95,223,13); }
H1.HeaderClassName
{
color: #5FDF0D;
}
.AnyTagClassName
{
color: #5FDF0D;
}
</style>
background-color css
<style>
a { background-color: #5FDF0D; }
a { background-color: rgb(95,223,13); }
div.DivClassName
{
background-color: #5FDF0D;
}
.BgClassName
{
background-color: #5FDF0D;
}
</style>
border-color css
<style>
span { border-color: #5FDF0D; }
span { border-color: rgb(95,223,13); }
td.TdClassName
{
border-color: #5FDF0D;
}
.TagClassName
{
border-color: #5FDF0D;
}
</style>