Shades of Bright Green #5AF62B
Tints of Bright Green #5AF62B
RGB
CMYK
RGB Variations
Color information
#5AF62B (or 0x5AF62B) is known color: Bright Green. HEX triplet: 5A, F6 and 2B. RGB value is (90,246,43). Sum of RGB (Red+Green+Blue) = 90+246+43=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF62B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF62B is #A509D4. Grayscale: #B0B0B0. Windows color (decimal): -10815957 or 2881114. OLE color: 2881114.
HSL color Cylindrical-coordinate representation of color #5AF62B: hue angle of 106.11º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AF62B is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 43 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.04 |
| HSL | 106.11º | 0.92% | 0.57% | - |
| HSV(B) | 106.11º | 0.83% | 0.96% | - |
| XYZ | 37.61 | 68.26 | 13.48 | - |
| YUV | 176.21 | 52.82 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 43 | 0.63 | 0 | 0.83 | 0.04 | 106.11 | 0.92 | 0.57 |
| Hex | 5A | F6 | 2B | 3F | 0 | 53 | 4 | 6A | 5C | 39 |
| Octal | 132 | 366 | 53 | 77 | 0 | 123 | 4 | 152 | 134 | 71 |
| Binary | 1011010 | 11110110 | 101011 | 111111 | 0 | 1010011 | 100 | 1101010 | 1011100 | 111001 |
Color Harmonies of #5AF62B
Complementary color
Monochromatic Colors of #5AF62B
Black with #5AF62B
Text Example
Text Example
White with #5AF62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF62B; }
p { color: rgb(90,246,43); }
H1.HeaderClassName
{
color: #5AF62B;
}
.AnyTagClassName
{
color: #5AF62B;
}
</style>
background-color css
<style>
a { background-color: #5AF62B; }
a { background-color: rgb(90,246,43); }
div.DivClassName
{
background-color: #5AF62B;
}
.BgClassName
{
background-color: #5AF62B;
}
</style>
border-color css
<style>
span { border-color: #5AF62B; }
span { border-color: rgb(90,246,43); }
td.TdClassName
{
border-color: #5AF62B;
}
.TagClassName
{
border-color: #5AF62B;
}
</style>