Shades of Bright Green #5AF70B
Tints of Bright Green #5AF70B
RGB
CMYK
RGB Variations
Color information
#5AF70B (or 0x5AF70B) is known color: Bright Green. HEX triplet: 5A, F7 and 0B. RGB value is (90,247,11). Sum of RGB (Red+Green+Blue) = 90+247+11=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 247 (96.88% from 255 or 70.98% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF70B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF70B is #A508F4. Grayscale: #ADADAD. Windows color (decimal): -10815733 or 784218. OLE color: 784218.
HSL color Cylindrical-coordinate representation of color #5AF70B: hue angle of 99.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AF70B is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 11 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.03 |
| HSL | 99.92º | 0.94% | 0.51% | - |
| HSV(B) | 99.92º | 0.96% | 0.97% | - |
| XYZ | 37.54 | 68.72 | 11.6 | - |
| YUV | 173.15 | 36.49 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 11 | 0.64 | 0 | 0.96 | 0.03 | 99.92 | 0.94 | 0.51 |
| Hex | 5A | F7 | B | 40 | 0 | 60 | 3 | 64 | 5E | 33 |
| Octal | 132 | 367 | 13 | 100 | 0 | 140 | 3 | 144 | 136 | 63 |
| Binary | 1011010 | 11110111 | 1011 | 1000000 | 0 | 1100000 | 11 | 1100100 | 1011110 | 110011 |
Color Harmonies of #5AF70B
Complementary color
Monochromatic Colors of #5AF70B
Black with #5AF70B
Text Example
Text Example
White with #5AF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF70B; }
p { color: rgb(90,247,11); }
H1.HeaderClassName
{
color: #5AF70B;
}
.AnyTagClassName
{
color: #5AF70B;
}
</style>
background-color css
<style>
a { background-color: #5AF70B; }
a { background-color: rgb(90,247,11); }
div.DivClassName
{
background-color: #5AF70B;
}
.BgClassName
{
background-color: #5AF70B;
}
</style>
border-color css
<style>
span { border-color: #5AF70B; }
span { border-color: rgb(90,247,11); }
td.TdClassName
{
border-color: #5AF70B;
}
.TagClassName
{
border-color: #5AF70B;
}
</style>