Shades of Bright Green #5FEE1F
Tints of Bright Green #5FEE1F
RGB
CMYK
RGB Variations
Color information
#5FEE1F (or 0x5FEE1F) is known color: Bright Green. HEX triplet: 5F, EE and 1F. RGB value is (95,238,31). Sum of RGB (Red+Green+Blue) = 95+238+31=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 238 (93.36% from 255 or 65.38% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEE1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEE1F is #A011E0. Grayscale: #ACACAC. Windows color (decimal): -10490337 or 2092639. OLE color: 2092639.
HSL color Cylindrical-coordinate representation of color #5FEE1F: hue angle of 101.45º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FEE1F is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 31 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.07 |
| HSL | 101.45º | 0.86% | 0.53% | - |
| HSV(B) | 101.45º | 0.87% | 0.93% | - |
| XYZ | 35.54 | 63.68 | 11.71 | - |
| YUV | 171.65 | 48.62 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 31 | 0.60 | 0 | 0.87 | 0.07 | 101.45 | 0.86 | 0.53 |
| Hex | 5F | EE | 1F | 3C | 0 | 57 | 7 | 65 | 56 | 35 |
| Octal | 137 | 356 | 37 | 74 | 0 | 127 | 7 | 145 | 126 | 65 |
| Binary | 1011111 | 11101110 | 11111 | 111100 | 0 | 1010111 | 111 | 1100101 | 1010110 | 110101 |
Color Harmonies of #5FEE1F
Complementary color
Monochromatic Colors of #5FEE1F
Black with #5FEE1F
Text Example
Text Example
White with #5FEE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEE1F; }
p { color: rgb(95,238,31); }
H1.HeaderClassName
{
color: #5FEE1F;
}
.AnyTagClassName
{
color: #5FEE1F;
}
</style>
background-color css
<style>
a { background-color: #5FEE1F; }
a { background-color: rgb(95,238,31); }
div.DivClassName
{
background-color: #5FEE1F;
}
.BgClassName
{
background-color: #5FEE1F;
}
</style>
border-color css
<style>
span { border-color: #5FEE1F; }
span { border-color: rgb(95,238,31); }
td.TdClassName
{
border-color: #5FEE1F;
}
.TagClassName
{
border-color: #5FEE1F;
}
</style>