Shades of Bright Green #5FFF1D
Tints of Bright Green #5FFF1D
RGB
CMYK
RGB Variations
Color information
#5FFF1D (or 0x5FFF1D) is known color: Bright Green. HEX triplet: 5F, FF and 1D. RGB value is (95,255,29). Sum of RGB (Red+Green+Blue) = 95+255+29=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFF1D is #A000E2. Grayscale: #B6B6B6. Windows color (decimal): -10485987 or 1965919. OLE color: 1965919.
HSL color Cylindrical-coordinate representation of color #5FFF1D: hue angle of 102.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FFF1D is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 29 | - |
| CMYK | 0.63 | 0 | 0.89 | 0 |
| HSL | 102.48º | 1% | 0.56% | - |
| HSV(B) | 102.48º | 0.89% | 1% | - |
| XYZ | 40.7 | 74.04 | 13.31 | - |
| YUV | 181.4 | 41.99 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 29 | 0.63 | 0 | 0.89 | 0 | 102.48 | 1 | 0.56 |
| Hex | 5F | FF | 1D | 3F | 0 | 59 | 0 | 66 | 64 | 38 |
| Octal | 137 | 377 | 35 | 77 | 0 | 131 | 0 | 146 | 144 | 70 |
| Binary | 1011111 | 11111111 | 11101 | 111111 | 0 | 1011001 | 0 | 1100110 | 1100100 | 111000 |
Color Harmonies of #5FFF1D
Complementary color
Monochromatic Colors of #5FFF1D
Black with #5FFF1D
Text Example
Text Example
White with #5FFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF1D; }
p { color: rgb(95,255,29); }
H1.HeaderClassName
{
color: #5FFF1D;
}
.AnyTagClassName
{
color: #5FFF1D;
}
</style>
background-color css
<style>
a { background-color: #5FFF1D; }
a { background-color: rgb(95,255,29); }
div.DivClassName
{
background-color: #5FFF1D;
}
.BgClassName
{
background-color: #5FFF1D;
}
</style>
border-color css
<style>
span { border-color: #5FFF1D; }
span { border-color: rgb(95,255,29); }
td.TdClassName
{
border-color: #5FFF1D;
}
.TagClassName
{
border-color: #5FFF1D;
}
</style>