Shades of Bright Green #5AF81B
Tints of Bright Green #5AF81B
RGB
CMYK
RGB Variations
Color information
#5AF81B (or 0x5AF81B) is known color: Bright Green. HEX triplet: 5A, F8 and 1B. RGB value is (90,248,27). Sum of RGB (Red+Green+Blue) = 90+248+27=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF81B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF81B is #A507E4. Grayscale: #B0B0B0. Windows color (decimal): -10815461 or 1833050. OLE color: 1833050.
HSL color Cylindrical-coordinate representation of color #5AF81B: hue angle of 102.9º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AF81B is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 27 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.03 |
| HSL | 102.9º | 0.94% | 0.54% | - |
| HSV(B) | 102.9º | 0.89% | 0.97% | - |
| XYZ | 37.98 | 69.39 | 12.43 | - |
| YUV | 175.56 | 44.15 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 27 | 0.64 | 0 | 0.89 | 0.03 | 102.9 | 0.94 | 0.54 |
| Hex | 5A | F8 | 1B | 40 | 0 | 59 | 3 | 67 | 5E | 36 |
| Octal | 132 | 370 | 33 | 100 | 0 | 131 | 3 | 147 | 136 | 66 |
| Binary | 1011010 | 11111000 | 11011 | 1000000 | 0 | 1011001 | 11 | 1100111 | 1011110 | 110110 |
Color Harmonies of #5AF81B
Complementary color
Monochromatic Colors of #5AF81B
Black with #5AF81B
Text Example
Text Example
White with #5AF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF81B; }
p { color: rgb(90,248,27); }
H1.HeaderClassName
{
color: #5AF81B;
}
.AnyTagClassName
{
color: #5AF81B;
}
</style>
background-color css
<style>
a { background-color: #5AF81B; }
a { background-color: rgb(90,248,27); }
div.DivClassName
{
background-color: #5AF81B;
}
.BgClassName
{
background-color: #5AF81B;
}
</style>
border-color css
<style>
span { border-color: #5AF81B; }
span { border-color: rgb(90,248,27); }
td.TdClassName
{
border-color: #5AF81B;
}
.TagClassName
{
border-color: #5AF81B;
}
</style>