Shades of Bright Green #5FEA1F
Tints of Bright Green #5FEA1F
RGB
CMYK
RGB Variations
Color information
#5FEA1F (or 0x5FEA1F) is known color: Bright Green. HEX triplet: 5F, EA and 1F. RGB value is (95,234,31). Sum of RGB (Red+Green+Blue) = 95+234+31=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 234 (91.80% from 255 or 65% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEA1F is #A015E0. Grayscale: #A9A9A9. Windows color (decimal): -10491361 or 2091615. OLE color: 2091615.
HSL color Cylindrical-coordinate representation of color #5FEA1F: hue angle of 101.08º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FEA1F is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 31 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.08 |
| HSL | 101.08º | 0.83% | 0.52% | - |
| HSV(B) | 101.08º | 0.87% | 0.92% | - |
| XYZ | 34.39 | 61.38 | 11.33 | - |
| YUV | 169.3 | 49.95 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 31 | 0.59 | 0 | 0.87 | 0.08 | 101.08 | 0.83 | 0.52 |
| Hex | 5F | EA | 1F | 3B | 0 | 57 | 8 | 65 | 53 | 34 |
| Octal | 137 | 352 | 37 | 73 | 0 | 127 | 10 | 145 | 123 | 64 |
| Binary | 1011111 | 11101010 | 11111 | 111011 | 0 | 1010111 | 1000 | 1100101 | 1010011 | 110100 |
Color Harmonies of #5FEA1F
Complementary color
Monochromatic Colors of #5FEA1F
Black with #5FEA1F
Text Example
Text Example
White with #5FEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA1F; }
p { color: rgb(95,234,31); }
H1.HeaderClassName
{
color: #5FEA1F;
}
.AnyTagClassName
{
color: #5FEA1F;
}
</style>
background-color css
<style>
a { background-color: #5FEA1F; }
a { background-color: rgb(95,234,31); }
div.DivClassName
{
background-color: #5FEA1F;
}
.BgClassName
{
background-color: #5FEA1F;
}
</style>
border-color css
<style>
span { border-color: #5FEA1F; }
span { border-color: rgb(95,234,31); }
td.TdClassName
{
border-color: #5FEA1F;
}
.TagClassName
{
border-color: #5FEA1F;
}
</style>