Shades of Bright Green #5FFA1B
Tints of Bright Green #5FFA1B
RGB
CMYK
RGB Variations
Color information
#5FFA1B (or 0x5FFA1B) is known color: Bright Green. HEX triplet: 5F, FA and 1B. RGB value is (95,250,27). Sum of RGB (Red+Green+Blue) = 95+250+27=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFA1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFA1B is #A005E4. Grayscale: #B2B2B2. Windows color (decimal): -10487269 or 1833567. OLE color: 1833567.
HSL color Cylindrical-coordinate representation of color #5FFA1B: hue angle of 101.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FFA1B is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 27 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.02 |
| HSL | 101.7º | 0.96% | 0.54% | - |
| HSV(B) | 101.7º | 0.89% | 0.98% | - |
| XYZ | 39.1 | 70.88 | 12.66 | - |
| YUV | 178.23 | 42.65 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 27 | 0.62 | 0 | 0.89 | 0.02 | 101.7 | 0.96 | 0.54 |
| Hex | 5F | FA | 1B | 3E | 0 | 59 | 2 | 66 | 60 | 36 |
| Octal | 137 | 372 | 33 | 76 | 0 | 131 | 2 | 146 | 140 | 66 |
| Binary | 1011111 | 11111010 | 11011 | 111110 | 0 | 1011001 | 10 | 1100110 | 1100000 | 110110 |
Color Harmonies of #5FFA1B
Complementary color
Monochromatic Colors of #5FFA1B
Black with #5FFA1B
Text Example
Text Example
White with #5FFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFA1B; }
p { color: rgb(95,250,27); }
H1.HeaderClassName
{
color: #5FFA1B;
}
.AnyTagClassName
{
color: #5FFA1B;
}
</style>
background-color css
<style>
a { background-color: #5FFA1B; }
a { background-color: rgb(95,250,27); }
div.DivClassName
{
background-color: #5FFA1B;
}
.BgClassName
{
background-color: #5FFA1B;
}
</style>
border-color css
<style>
span { border-color: #5FFA1B; }
span { border-color: rgb(95,250,27); }
td.TdClassName
{
border-color: #5FFA1B;
}
.TagClassName
{
border-color: #5FFA1B;
}
</style>