Shades of Bright Green #5AF327
Tints of Bright Green #5AF327
RGB
CMYK
RGB Variations
Color information
#5AF327 (or 0x5AF327) is known color: Bright Green. HEX triplet: 5A, F3 and 27. RGB value is (90,243,39). Sum of RGB (Red+Green+Blue) = 90+243+39=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF327 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF327 is #A50CD8. Grayscale: #AEAEAE. Windows color (decimal): -10816729 or 2618202. OLE color: 2618202.
HSL color Cylindrical-coordinate representation of color #5AF327: hue angle of 105º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AF327 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 39 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.05 |
| HSL | 105º | 0.89% | 0.55% | - |
| HSV(B) | 105º | 0.84% | 0.95% | - |
| XYZ | 36.63 | 66.42 | 12.81 | - |
| YUV | 174 | 51.81 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 39 | 0.63 | 0 | 0.84 | 0.05 | 105 | 0.89 | 0.55 |
| Hex | 5A | F3 | 27 | 3F | 0 | 54 | 5 | 69 | 59 | 37 |
| Octal | 132 | 363 | 47 | 77 | 0 | 124 | 5 | 151 | 131 | 67 |
| Binary | 1011010 | 11110011 | 100111 | 111111 | 0 | 1010100 | 101 | 1101001 | 1011001 | 110111 |
Color Harmonies of #5AF327
Complementary color
Monochromatic Colors of #5AF327
Black with #5AF327
Text Example
Text Example
White with #5AF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF327; }
p { color: rgb(90,243,39); }
H1.HeaderClassName
{
color: #5AF327;
}
.AnyTagClassName
{
color: #5AF327;
}
</style>
background-color css
<style>
a { background-color: #5AF327; }
a { background-color: rgb(90,243,39); }
div.DivClassName
{
background-color: #5AF327;
}
.BgClassName
{
background-color: #5AF327;
}
</style>
border-color css
<style>
span { border-color: #5AF327; }
span { border-color: rgb(90,243,39); }
td.TdClassName
{
border-color: #5AF327;
}
.TagClassName
{
border-color: #5AF327;
}
</style>