Shades of Bright Green #5AF727
Tints of Bright Green #5AF727
RGB
CMYK
RGB Variations
Color information
#5AF727 (or 0x5AF727) is known color: Bright Green. HEX triplet: 5A, F7 and 27. RGB value is (90,247,39). Sum of RGB (Red+Green+Blue) = 90+247+39=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 247 (96.88% from 255 or 65.69% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF727 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF727 is #A508D8. Grayscale: #B1B1B1. Windows color (decimal): -10815705 or 2619226. OLE color: 2619226.
HSL color Cylindrical-coordinate representation of color #5AF727: hue angle of 105.29º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AF727 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 39 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.03 |
| HSL | 105.29º | 0.93% | 0.56% | - |
| HSV(B) | 105.29º | 0.84% | 0.97% | - |
| XYZ | 37.84 | 68.84 | 13.21 | - |
| YUV | 176.35 | 50.49 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 39 | 0.64 | 0 | 0.84 | 0.03 | 105.29 | 0.93 | 0.56 |
| Hex | 5A | F7 | 27 | 40 | 0 | 54 | 3 | 69 | 5D | 38 |
| Octal | 132 | 367 | 47 | 100 | 0 | 124 | 3 | 151 | 135 | 70 |
| Binary | 1011010 | 11110111 | 100111 | 1000000 | 0 | 1010100 | 11 | 1101001 | 1011101 | 111000 |
Color Harmonies of #5AF727
Complementary color
Monochromatic Colors of #5AF727
Black with #5AF727
Text Example
Text Example
White with #5AF727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF727; }
p { color: rgb(90,247,39); }
H1.HeaderClassName
{
color: #5AF727;
}
.AnyTagClassName
{
color: #5AF727;
}
</style>
background-color css
<style>
a { background-color: #5AF727; }
a { background-color: rgb(90,247,39); }
div.DivClassName
{
background-color: #5AF727;
}
.BgClassName
{
background-color: #5AF727;
}
</style>
border-color css
<style>
span { border-color: #5AF727; }
span { border-color: rgb(90,247,39); }
td.TdClassName
{
border-color: #5AF727;
}
.TagClassName
{
border-color: #5AF727;
}
</style>