Shades of Bright Green #5AF10B
Tints of Bright Green #5AF10B
RGB
CMYK
RGB Variations
Color information
#5AF10B (or 0x5AF10B) is known color: Bright Green. HEX triplet: 5A, F1 and 0B. RGB value is (90,241,11). Sum of RGB (Red+Green+Blue) = 90+241+11=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF10B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF10B is #A50EF4. Grayscale: #AAAAAA. Windows color (decimal): -10817269 or 782682. OLE color: 782682.
HSL color Cylindrical-coordinate representation of color #5AF10B: hue angle of 99.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5AF10B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 11 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.05 |
| HSL | 99.39º | 0.91% | 0.49% | - |
| HSV(B) | 99.39º | 0.95% | 0.95% | - |
| XYZ | 35.73 | 65.11 | 11 | - |
| YUV | 169.63 | 38.47 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 11 | 0.63 | 0 | 0.95 | 0.05 | 99.39 | 0.91 | 0.49 |
| Hex | 5A | F1 | B | 3F | 0 | 5F | 5 | 63 | 5B | 31 |
| Octal | 132 | 361 | 13 | 77 | 0 | 137 | 5 | 143 | 133 | 61 |
| Binary | 1011010 | 11110001 | 1011 | 111111 | 0 | 1011111 | 101 | 1100011 | 1011011 | 110001 |
Color Harmonies of #5AF10B
Complementary color
Monochromatic Colors of #5AF10B
Black with #5AF10B
Text Example
Text Example
White with #5AF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF10B; }
p { color: rgb(90,241,11); }
H1.HeaderClassName
{
color: #5AF10B;
}
.AnyTagClassName
{
color: #5AF10B;
}
</style>
background-color css
<style>
a { background-color: #5AF10B; }
a { background-color: rgb(90,241,11); }
div.DivClassName
{
background-color: #5AF10B;
}
.BgClassName
{
background-color: #5AF10B;
}
</style>
border-color css
<style>
span { border-color: #5AF10B; }
span { border-color: rgb(90,241,11); }
td.TdClassName
{
border-color: #5AF10B;
}
.TagClassName
{
border-color: #5AF10B;
}
</style>