Shades of Bright Green #5AF926
Tints of Bright Green #5AF926
RGB
CMYK
RGB Variations
Color information
#5AF926 (or 0x5AF926) is known color: Bright Green. HEX triplet: 5A, F9 and 26. RGB value is (90,249,38). Sum of RGB (Red+Green+Blue) = 90+249+38=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF926 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF926 is #A506D9. Grayscale: #B2B2B2. Windows color (decimal): -10815194 or 2554202. OLE color: 2554202.
HSL color Cylindrical-coordinate representation of color #5AF926: hue angle of 105.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AF926 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 38 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.02 |
| HSL | 105.21º | 0.95% | 0.56% | - |
| HSV(B) | 105.21º | 0.85% | 0.98% | - |
| XYZ | 38.44 | 70.06 | 13.33 | - |
| YUV | 177.41 | 49.32 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 38 | 0.64 | 0 | 0.85 | 0.02 | 105.21 | 0.95 | 0.56 |
| Hex | 5A | F9 | 26 | 40 | 0 | 55 | 2 | 69 | 5F | 38 |
| Octal | 132 | 371 | 46 | 100 | 0 | 125 | 2 | 151 | 137 | 70 |
| Binary | 1011010 | 11111001 | 100110 | 1000000 | 0 | 1010101 | 10 | 1101001 | 1011111 | 111000 |
Color Harmonies of #5AF926
Complementary color
Monochromatic Colors of #5AF926
Black with #5AF926
Text Example
Text Example
White with #5AF926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF926; }
p { color: rgb(90,249,38); }
H1.HeaderClassName
{
color: #5AF926;
}
.AnyTagClassName
{
color: #5AF926;
}
</style>
background-color css
<style>
a { background-color: #5AF926; }
a { background-color: rgb(90,249,38); }
div.DivClassName
{
background-color: #5AF926;
}
.BgClassName
{
background-color: #5AF926;
}
</style>
border-color css
<style>
span { border-color: #5AF926; }
span { border-color: rgb(90,249,38); }
td.TdClassName
{
border-color: #5AF926;
}
.TagClassName
{
border-color: #5AF926;
}
</style>