Shades of Bright Green #5AFB0D
Tints of Bright Green #5AFB0D
RGB
CMYK
RGB Variations
Color information
#5AFB0D (or 0x5AFB0D) is known color: Bright Green. HEX triplet: 5A, FB and 0D. RGB value is (90,251,13). Sum of RGB (Red+Green+Blue) = 90+251+13=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 251 (98.44% from 255 or 70.90% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFB0D is #A504F2. Grayscale: #B0B0B0. Windows color (decimal): -10814707 or 916314. OLE color: 916314.
HSL color Cylindrical-coordinate representation of color #5AFB0D: hue angle of 100.59º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5AFB0D is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 13 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.02 |
| HSL | 100.59º | 0.97% | 0.52% | - |
| HSV(B) | 100.59º | 0.95% | 0.98% | - |
| XYZ | 38.79 | 71.2 | 12.08 | - |
| YUV | 175.73 | 36.16 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 13 | 0.64 | 0 | 0.95 | 0.02 | 100.59 | 0.97 | 0.52 |
| Hex | 5A | FB | D | 40 | 0 | 5F | 2 | 65 | 61 | 34 |
| Octal | 132 | 373 | 15 | 100 | 0 | 137 | 2 | 145 | 141 | 64 |
| Binary | 1011010 | 11111011 | 1101 | 1000000 | 0 | 1011111 | 10 | 1100101 | 1100001 | 110100 |
Color Harmonies of #5AFB0D
Complementary color
Monochromatic Colors of #5AFB0D
Black with #5AFB0D
Text Example
Text Example
White with #5AFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB0D; }
p { color: rgb(90,251,13); }
H1.HeaderClassName
{
color: #5AFB0D;
}
.AnyTagClassName
{
color: #5AFB0D;
}
</style>
background-color css
<style>
a { background-color: #5AFB0D; }
a { background-color: rgb(90,251,13); }
div.DivClassName
{
background-color: #5AFB0D;
}
.BgClassName
{
background-color: #5AFB0D;
}
</style>
border-color css
<style>
span { border-color: #5AFB0D; }
span { border-color: rgb(90,251,13); }
td.TdClassName
{
border-color: #5AFB0D;
}
.TagClassName
{
border-color: #5AFB0D;
}
</style>