Shades of Bright Green #5AF308
Tints of Bright Green #5AF308
RGB
CMYK
RGB Variations
Color information
#5AF308 (or 0x5AF308) is known color: Bright Green. HEX triplet: 5A, F3 and 08. RGB value is (90,243,8). Sum of RGB (Red+Green+Blue) = 90+243+8=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF308 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF308 is #A50CF7. Grayscale: #ABABAB. Windows color (decimal): -10816760 or 586586. OLE color: 586586.
HSL color Cylindrical-coordinate representation of color #5AF308: hue angle of 99.06º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5AF308 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 8 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.05 |
| HSL | 99.06º | 0.94% | 0.49% | - |
| HSV(B) | 99.06º | 0.97% | 0.95% | - |
| XYZ | 36.31 | 66.29 | 11.11 | - |
| YUV | 170.46 | 36.31 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 8 | 0.63 | 0 | 0.97 | 0.05 | 99.06 | 0.94 | 0.49 |
| Hex | 5A | F3 | 8 | 3F | 0 | 61 | 5 | 63 | 5E | 31 |
| Octal | 132 | 363 | 10 | 77 | 0 | 141 | 5 | 143 | 136 | 61 |
| Binary | 1011010 | 11110011 | 1000 | 111111 | 0 | 1100001 | 101 | 1100011 | 1011110 | 110001 |
Color Harmonies of #5AF308
Complementary color
Monochromatic Colors of #5AF308
Black with #5AF308
Text Example
Text Example
White with #5AF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF308; }
p { color: rgb(90,243,8); }
H1.HeaderClassName
{
color: #5AF308;
}
.AnyTagClassName
{
color: #5AF308;
}
</style>
background-color css
<style>
a { background-color: #5AF308; }
a { background-color: rgb(90,243,8); }
div.DivClassName
{
background-color: #5AF308;
}
.BgClassName
{
background-color: #5AF308;
}
</style>
border-color css
<style>
span { border-color: #5AF308; }
span { border-color: rgb(90,243,8); }
td.TdClassName
{
border-color: #5AF308;
}
.TagClassName
{
border-color: #5AF308;
}
</style>