Shades of Bright Green #5AFB25
Tints of Bright Green #5AFB25
RGB
CMYK
RGB Variations
Color information
#5AFB25 (or 0x5AFB25) is known color: Bright Green. HEX triplet: 5A, FB and 25. RGB value is (90,251,37). Sum of RGB (Red+Green+Blue) = 90+251+37=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFB25 is #A504DA. Grayscale: #B3B3B3. Windows color (decimal): -10814683 or 2489178. OLE color: 2489178.
HSL color Cylindrical-coordinate representation of color #5AFB25: hue angle of 105.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AFB25 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 37 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.02 |
| HSL | 105.14º | 0.96% | 0.56% | - |
| HSV(B) | 105.14º | 0.85% | 0.98% | - |
| XYZ | 39.05 | 71.3 | 13.45 | - |
| YUV | 178.47 | 48.16 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 37 | 0.64 | 0 | 0.85 | 0.02 | 105.14 | 0.96 | 0.56 |
| Hex | 5A | FB | 25 | 40 | 0 | 55 | 2 | 69 | 60 | 38 |
| Octal | 132 | 373 | 45 | 100 | 0 | 125 | 2 | 151 | 140 | 70 |
| Binary | 1011010 | 11111011 | 100101 | 1000000 | 0 | 1010101 | 10 | 1101001 | 1100000 | 111000 |
Color Harmonies of #5AFB25
Complementary color
Monochromatic Colors of #5AFB25
Black with #5AFB25
Text Example
Text Example
White with #5AFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB25; }
p { color: rgb(90,251,37); }
H1.HeaderClassName
{
color: #5AFB25;
}
.AnyTagClassName
{
color: #5AFB25;
}
</style>
background-color css
<style>
a { background-color: #5AFB25; }
a { background-color: rgb(90,251,37); }
div.DivClassName
{
background-color: #5AFB25;
}
.BgClassName
{
background-color: #5AFB25;
}
</style>
border-color css
<style>
span { border-color: #5AFB25; }
span { border-color: rgb(90,251,37); }
td.TdClassName
{
border-color: #5AFB25;
}
.TagClassName
{
border-color: #5AFB25;
}
</style>