Shades of Bright Green #5AF71C
Tints of Bright Green #5AF71C
RGB
CMYK
RGB Variations
Color information
#5AF71C (or 0x5AF71C) is known color: Bright Green. HEX triplet: 5A, F7 and 1C. RGB value is (90,247,28). Sum of RGB (Red+Green+Blue) = 90+247+28=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 247 (96.88% from 255 or 67.67% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF71C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF71C is #A508E3. Grayscale: #AFAFAF. Windows color (decimal): -10815716 or 1898330. OLE color: 1898330.
HSL color Cylindrical-coordinate representation of color #5AF71C: hue angle of 103.01º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AF71C is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 28 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.03 |
| HSL | 103.01º | 0.93% | 0.54% | - |
| HSV(B) | 103.01º | 0.89% | 0.97% | - |
| XYZ | 37.69 | 68.78 | 12.39 | - |
| YUV | 175.09 | 44.99 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 28 | 0.64 | 0 | 0.89 | 0.03 | 103.01 | 0.93 | 0.54 |
| Hex | 5A | F7 | 1C | 40 | 0 | 59 | 3 | 67 | 5D | 36 |
| Octal | 132 | 367 | 34 | 100 | 0 | 131 | 3 | 147 | 135 | 66 |
| Binary | 1011010 | 11110111 | 11100 | 1000000 | 0 | 1011001 | 11 | 1100111 | 1011101 | 110110 |
Color Harmonies of #5AF71C
Complementary color
Monochromatic Colors of #5AF71C
Black with #5AF71C
Text Example
Text Example
White with #5AF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF71C; }
p { color: rgb(90,247,28); }
H1.HeaderClassName
{
color: #5AF71C;
}
.AnyTagClassName
{
color: #5AF71C;
}
</style>
background-color css
<style>
a { background-color: #5AF71C; }
a { background-color: rgb(90,247,28); }
div.DivClassName
{
background-color: #5AF71C;
}
.BgClassName
{
background-color: #5AF71C;
}
</style>
border-color css
<style>
span { border-color: #5AF71C; }
span { border-color: rgb(90,247,28); }
td.TdClassName
{
border-color: #5AF71C;
}
.TagClassName
{
border-color: #5AF71C;
}
</style>