Shades of Bright Green #5AF704
Tints of Bright Green #5AF704
RGB
CMYK
RGB Variations
Color information
#5AF704 (or 0x5AF704) is known color: Bright Green. HEX triplet: 5A, F7 and 04. RGB value is (90,247,4). Sum of RGB (Red+Green+Blue) = 90+247+4=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF704 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF704 is #A508FB. Grayscale: #ADADAD. Windows color (decimal): -10815740 or 325466. OLE color: 325466.
HSL color Cylindrical-coordinate representation of color #5AF704: hue angle of 98.77º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AF704 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.03 |
| HSL | 98.77º | 0.97% | 0.49% | - |
| HSV(B) | 98.77º | 0.98% | 0.97% | - |
| XYZ | 37.5 | 68.7 | 11.4 | - |
| YUV | 172.36 | 32.99 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 4 | 0.64 | 0 | 0.98 | 0.03 | 98.77 | 0.97 | 0.49 |
| Hex | 5A | F7 | 4 | 40 | 0 | 62 | 3 | 63 | 61 | 31 |
| Octal | 132 | 367 | 4 | 100 | 0 | 142 | 3 | 143 | 141 | 61 |
| Binary | 1011010 | 11110111 | 100 | 1000000 | 0 | 1100010 | 11 | 1100011 | 1100001 | 110001 |
Color Harmonies of #5AF704
Complementary color
Monochromatic Colors of #5AF704
Black with #5AF704
Text Example
Text Example
White with #5AF704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF704; }
p { color: rgb(90,247,4); }
H1.HeaderClassName
{
color: #5AF704;
}
.AnyTagClassName
{
color: #5AF704;
}
</style>
background-color css
<style>
a { background-color: #5AF704; }
a { background-color: rgb(90,247,4); }
div.DivClassName
{
background-color: #5AF704;
}
.BgClassName
{
background-color: #5AF704;
}
</style>
border-color css
<style>
span { border-color: #5AF704; }
span { border-color: rgb(90,247,4); }
td.TdClassName
{
border-color: #5AF704;
}
.TagClassName
{
border-color: #5AF704;
}
</style>