Shades of Bright Green #5AF81D
Tints of Bright Green #5AF81D
RGB
CMYK
RGB Variations
Color information
#5AF81D (or 0x5AF81D) is known color: Bright Green. HEX triplet: 5A, F8 and 1D. RGB value is (90,248,29). Sum of RGB (Red+Green+Blue) = 90+248+29=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 248 (97.27% from 255 or 67.57% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF81D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF81D is #A507E2. Grayscale: #B0B0B0. Windows color (decimal): -10815459 or 1964122. OLE color: 1964122.
HSL color Cylindrical-coordinate representation of color #5AF81D: hue angle of 103.29º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AF81D is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 29 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.03 |
| HSL | 103.29º | 0.94% | 0.54% | - |
| HSV(B) | 103.29º | 0.88% | 0.97% | - |
| XYZ | 38.01 | 69.4 | 12.55 | - |
| YUV | 175.79 | 45.15 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 29 | 0.64 | 0 | 0.88 | 0.03 | 103.29 | 0.94 | 0.54 |
| Hex | 5A | F8 | 1D | 40 | 0 | 58 | 3 | 67 | 5E | 36 |
| Octal | 132 | 370 | 35 | 100 | 0 | 130 | 3 | 147 | 136 | 66 |
| Binary | 1011010 | 11111000 | 11101 | 1000000 | 0 | 1011000 | 11 | 1100111 | 1011110 | 110110 |
Color Harmonies of #5AF81D
Complementary color
Monochromatic Colors of #5AF81D
Black with #5AF81D
Text Example
Text Example
White with #5AF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF81D; }
p { color: rgb(90,248,29); }
H1.HeaderClassName
{
color: #5AF81D;
}
.AnyTagClassName
{
color: #5AF81D;
}
</style>
background-color css
<style>
a { background-color: #5AF81D; }
a { background-color: rgb(90,248,29); }
div.DivClassName
{
background-color: #5AF81D;
}
.BgClassName
{
background-color: #5AF81D;
}
</style>
border-color css
<style>
span { border-color: #5AF81D; }
span { border-color: rgb(90,248,29); }
td.TdClassName
{
border-color: #5AF81D;
}
.TagClassName
{
border-color: #5AF81D;
}
</style>