Shades of Bright Green #5AF225
Tints of Bright Green #5AF225
RGB
CMYK
RGB Variations
Color information
#5AF225 (or 0x5AF225) is known color: Bright Green. HEX triplet: 5A, F2 and 25. RGB value is (90,242,37). Sum of RGB (Red+Green+Blue) = 90+242+37=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF225 is #A50DDA. Grayscale: #ADADAD. Windows color (decimal): -10816987 or 2486874. OLE color: 2486874.
HSL color Cylindrical-coordinate representation of color #5AF225: hue angle of 104.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AF225 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 37 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.05 |
| HSL | 104.49º | 0.89% | 0.55% | - |
| HSV(B) | 104.49º | 0.85% | 0.95% | - |
| XYZ | 36.3 | 65.81 | 12.54 | - |
| YUV | 173.18 | 51.14 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 37 | 0.63 | 0 | 0.85 | 0.05 | 104.49 | 0.89 | 0.55 |
| Hex | 5A | F2 | 25 | 3F | 0 | 55 | 5 | 68 | 59 | 37 |
| Octal | 132 | 362 | 45 | 77 | 0 | 125 | 5 | 150 | 131 | 67 |
| Binary | 1011010 | 11110010 | 100101 | 111111 | 0 | 1010101 | 101 | 1101000 | 1011001 | 110111 |
Color Harmonies of #5AF225
Complementary color
Monochromatic Colors of #5AF225
Black with #5AF225
Text Example
Text Example
White with #5AF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF225; }
p { color: rgb(90,242,37); }
H1.HeaderClassName
{
color: #5AF225;
}
.AnyTagClassName
{
color: #5AF225;
}
</style>
background-color css
<style>
a { background-color: #5AF225; }
a { background-color: rgb(90,242,37); }
div.DivClassName
{
background-color: #5AF225;
}
.BgClassName
{
background-color: #5AF225;
}
</style>
border-color css
<style>
span { border-color: #5AF225; }
span { border-color: rgb(90,242,37); }
td.TdClassName
{
border-color: #5AF225;
}
.TagClassName
{
border-color: #5AF225;
}
</style>