Shades of Bright Green #5FFA1D
Tints of Bright Green #5FFA1D
RGB
CMYK
RGB Variations
Color information
#5FFA1D (or 0x5FFA1D) is known color: Bright Green. HEX triplet: 5F, FA and 1D. RGB value is (95,250,29). Sum of RGB (Red+Green+Blue) = 95+250+29=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 250 (98.05% from 255 or 66.84% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFA1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFA1D is #A005E2. Grayscale: #B3B3B3. Windows color (decimal): -10487267 or 1964639. OLE color: 1964639.
HSL color Cylindrical-coordinate representation of color #5FFA1D: hue angle of 102.08º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FFA1D is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 29 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.02 |
| HSL | 102.08º | 0.96% | 0.55% | - |
| HSV(B) | 102.08º | 0.88% | 0.98% | - |
| XYZ | 39.13 | 70.89 | 12.78 | - |
| YUV | 178.46 | 43.65 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 29 | 0.62 | 0 | 0.88 | 0.02 | 102.08 | 0.96 | 0.55 |
| Hex | 5F | FA | 1D | 3E | 0 | 58 | 2 | 66 | 60 | 37 |
| Octal | 137 | 372 | 35 | 76 | 0 | 130 | 2 | 146 | 140 | 67 |
| Binary | 1011111 | 11111010 | 11101 | 111110 | 0 | 1011000 | 10 | 1100110 | 1100000 | 110111 |
Color Harmonies of #5FFA1D
Complementary color
Monochromatic Colors of #5FFA1D
Black with #5FFA1D
Text Example
Text Example
White with #5FFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFA1D; }
p { color: rgb(95,250,29); }
H1.HeaderClassName
{
color: #5FFA1D;
}
.AnyTagClassName
{
color: #5FFA1D;
}
</style>
background-color css
<style>
a { background-color: #5FFA1D; }
a { background-color: rgb(95,250,29); }
div.DivClassName
{
background-color: #5FFA1D;
}
.BgClassName
{
background-color: #5FFA1D;
}
</style>
border-color css
<style>
span { border-color: #5FFA1D; }
span { border-color: rgb(95,250,29); }
td.TdClassName
{
border-color: #5FFA1D;
}
.TagClassName
{
border-color: #5FFA1D;
}
</style>