Shades of Bright Green #5AF626
Tints of Bright Green #5AF626
RGB
CMYK
RGB Variations
Color information
#5AF626 (or 0x5AF626) is known color: Bright Green. HEX triplet: 5A, F6 and 26. RGB value is (90,246,38). Sum of RGB (Red+Green+Blue) = 90+246+38=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF626 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF626 is #A509D9. Grayscale: #B0B0B0. Windows color (decimal): -10815962 or 2553434. OLE color: 2553434.
HSL color Cylindrical-coordinate representation of color #5AF626: hue angle of 105º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AF626 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 38 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.04 |
| HSL | 105º | 0.92% | 0.56% | - |
| HSV(B) | 105º | 0.85% | 0.96% | - |
| XYZ | 37.52 | 68.23 | 13.02 | - |
| YUV | 175.64 | 50.32 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 38 | 0.63 | 0 | 0.85 | 0.04 | 105 | 0.92 | 0.56 |
| Hex | 5A | F6 | 26 | 3F | 0 | 55 | 4 | 69 | 5C | 38 |
| Octal | 132 | 366 | 46 | 77 | 0 | 125 | 4 | 151 | 134 | 70 |
| Binary | 1011010 | 11110110 | 100110 | 111111 | 0 | 1010101 | 100 | 1101001 | 1011100 | 111000 |
Color Harmonies of #5AF626
Complementary color
Monochromatic Colors of #5AF626
Black with #5AF626
Text Example
Text Example
White with #5AF626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF626; }
p { color: rgb(90,246,38); }
H1.HeaderClassName
{
color: #5AF626;
}
.AnyTagClassName
{
color: #5AF626;
}
</style>
background-color css
<style>
a { background-color: #5AF626; }
a { background-color: rgb(90,246,38); }
div.DivClassName
{
background-color: #5AF626;
}
.BgClassName
{
background-color: #5AF626;
}
</style>
border-color css
<style>
span { border-color: #5AF626; }
span { border-color: rgb(90,246,38); }
td.TdClassName
{
border-color: #5AF626;
}
.TagClassName
{
border-color: #5AF626;
}
</style>