Shades of Bright Green #5FDF0A
Tints of Bright Green #5FDF0A
RGB
CMYK
RGB Variations
Color information
#5FDF0A (or 0x5FDF0A) is known color: Bright Green. HEX triplet: 5F, DF and 0A. RGB value is (95,223,10). Sum of RGB (Red+Green+Blue) = 95+223+10=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDF0A is #A020F5. Grayscale: #A1A1A1. Windows color (decimal): -10494198 or 712543. OLE color: 712543.
HSL color Cylindrical-coordinate representation of color #5FDF0A: hue angle of 96.06º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FDF0A is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 10 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.13 |
| HSL | 96.06º | 0.91% | 0.46% | - |
| HSV(B) | 96.06º | 0.96% | 0.87% | - |
| XYZ | 31.16 | 55.23 | 9.31 | - |
| YUV | 160.45 | 43.09 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 10 | 0.57 | 0 | 0.96 | 0.13 | 96.06 | 0.91 | 0.46 |
| Hex | 5F | DF | A | 39 | 0 | 60 | D | 60 | 5B | 2E |
| Octal | 137 | 337 | 12 | 71 | 0 | 140 | 15 | 140 | 133 | 56 |
| Binary | 1011111 | 11011111 | 1010 | 111001 | 0 | 1100000 | 1101 | 1100000 | 1011011 | 101110 |
Color Harmonies of #5FDF0A
Complementary color
Monochromatic Colors of #5FDF0A
Black with #5FDF0A
Text Example
Text Example
White with #5FDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF0A; }
p { color: rgb(95,223,10); }
H1.HeaderClassName
{
color: #5FDF0A;
}
.AnyTagClassName
{
color: #5FDF0A;
}
</style>
background-color css
<style>
a { background-color: #5FDF0A; }
a { background-color: rgb(95,223,10); }
div.DivClassName
{
background-color: #5FDF0A;
}
.BgClassName
{
background-color: #5FDF0A;
}
</style>
border-color css
<style>
span { border-color: #5FDF0A; }
span { border-color: rgb(95,223,10); }
td.TdClassName
{
border-color: #5FDF0A;
}
.TagClassName
{
border-color: #5FDF0A;
}
</style>