Shades of Bright Green #5AF001
Tints of Bright Green #5AF001
RGB
CMYK
RGB Variations
Color information
#5AF001 (or 0x5AF001) is known color: Bright Green. HEX triplet: 5A, F0 and 01. RGB value is (90,240,1). Sum of RGB (Red+Green+Blue) = 90+240+1=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF001 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF001 is #A50FFE. Grayscale: #A8A8A8. Windows color (decimal): -10817535 or 127066. OLE color: 127066.
HSL color Cylindrical-coordinate representation of color #5AF001: hue angle of 97.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AF001 is Cyan = 0.62, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 1 | - |
| CMYK | 0.62 | 0 | 1.00 | 0.06 |
| HSL | 97.66º | 0.99% | 0.47% | - |
| HSV(B) | 97.66º | 1% | 0.94% | - |
| XYZ | 35.38 | 64.5 | 10.61 | - |
| YUV | 167.9 | 33.81 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 1 | 0.62 | 0 | 1.00 | 0.06 | 97.66 | 0.99 | 0.47 |
| Hex | 5A | F0 | 1 | 3E | 0 | 64 | 6 | 62 | 63 | 2F |
| Octal | 132 | 360 | 1 | 76 | 0 | 144 | 6 | 142 | 143 | 57 |
| Binary | 1011010 | 11110000 | 1 | 111110 | 0 | 1100100 | 110 | 1100010 | 1100011 | 101111 |
Color Harmonies of #5AF001
Complementary color
Monochromatic Colors of #5AF001
Black with #5AF001
Text Example
Text Example
White with #5AF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF001; }
p { color: rgb(90,240,1); }
H1.HeaderClassName
{
color: #5AF001;
}
.AnyTagClassName
{
color: #5AF001;
}
</style>
background-color css
<style>
a { background-color: #5AF001; }
a { background-color: rgb(90,240,1); }
div.DivClassName
{
background-color: #5AF001;
}
.BgClassName
{
background-color: #5AF001;
}
</style>
border-color css
<style>
span { border-color: #5AF001; }
span { border-color: rgb(90,240,1); }
td.TdClassName
{
border-color: #5AF001;
}
.TagClassName
{
border-color: #5AF001;
}
</style>