Shades of Bright Green #5AF829
Tints of Bright Green #5AF829
RGB
CMYK
RGB Variations
Color information
#5AF829 (or 0x5AF829) is known color: Bright Green. HEX triplet: 5A, F8 and 29. RGB value is (90,248,41). Sum of RGB (Red+Green+Blue) = 90+248+41=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 248 (97.27% from 255 or 65.44% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF829 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF829 is #A507D6. Grayscale: #B1B1B1. Windows color (decimal): -10815447 or 2750554. OLE color: 2750554.
HSL color Cylindrical-coordinate representation of color #5AF829: hue angle of 105.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AF829 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 41 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.03 |
| HSL | 105.8º | 0.94% | 0.57% | - |
| HSV(B) | 105.8º | 0.83% | 0.97% | - |
| XYZ | 38.18 | 69.47 | 13.49 | - |
| YUV | 177.16 | 51.15 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 41 | 0.64 | 0 | 0.83 | 0.03 | 105.8 | 0.94 | 0.57 |
| Hex | 5A | F8 | 29 | 40 | 0 | 53 | 3 | 6A | 5E | 39 |
| Octal | 132 | 370 | 51 | 100 | 0 | 123 | 3 | 152 | 136 | 71 |
| Binary | 1011010 | 11111000 | 101001 | 1000000 | 0 | 1010011 | 11 | 1101010 | 1011110 | 111001 |
Color Harmonies of #5AF829
Complementary color
Monochromatic Colors of #5AF829
Black with #5AF829
Text Example
Text Example
White with #5AF829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF829; }
p { color: rgb(90,248,41); }
H1.HeaderClassName
{
color: #5AF829;
}
.AnyTagClassName
{
color: #5AF829;
}
</style>
background-color css
<style>
a { background-color: #5AF829; }
a { background-color: rgb(90,248,41); }
div.DivClassName
{
background-color: #5AF829;
}
.BgClassName
{
background-color: #5AF829;
}
</style>
border-color css
<style>
span { border-color: #5AF829; }
span { border-color: rgb(90,248,41); }
td.TdClassName
{
border-color: #5AF829;
}
.TagClassName
{
border-color: #5AF829;
}
</style>