Shades of Bright Green #5AF312
Tints of Bright Green #5AF312
RGB
CMYK
RGB Variations
Color information
#5AF312 (or 0x5AF312) is known color: Bright Green. HEX triplet: 5A, F3 and 12. RGB value is (90,243,18). Sum of RGB (Red+Green+Blue) = 90+243+18=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF312 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF312 is #A50CED. Grayscale: #ACACAC. Windows color (decimal): -10816750 or 1241946. OLE color: 1241946.
HSL color Cylindrical-coordinate representation of color #5AF312: hue angle of 100.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AF312 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 18 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.05 |
| HSL | 100.8º | 0.9% | 0.51% | - |
| HSV(B) | 100.8º | 0.93% | 0.95% | - |
| XYZ | 36.38 | 66.32 | 11.46 | - |
| YUV | 171.6 | 41.31 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 18 | 0.63 | 0 | 0.93 | 0.05 | 100.8 | 0.9 | 0.51 |
| Hex | 5A | F3 | 12 | 3F | 0 | 5D | 5 | 65 | 5A | 33 |
| Octal | 132 | 363 | 22 | 77 | 0 | 135 | 5 | 145 | 132 | 63 |
| Binary | 1011010 | 11110011 | 10010 | 111111 | 0 | 1011101 | 101 | 1100101 | 1011010 | 110011 |
Color Harmonies of #5AF312
Complementary color
Monochromatic Colors of #5AF312
Black with #5AF312
Text Example
Text Example
White with #5AF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF312; }
p { color: rgb(90,243,18); }
H1.HeaderClassName
{
color: #5AF312;
}
.AnyTagClassName
{
color: #5AF312;
}
</style>
background-color css
<style>
a { background-color: #5AF312; }
a { background-color: rgb(90,243,18); }
div.DivClassName
{
background-color: #5AF312;
}
.BgClassName
{
background-color: #5AF312;
}
</style>
border-color css
<style>
span { border-color: #5AF312; }
span { border-color: rgb(90,243,18); }
td.TdClassName
{
border-color: #5AF312;
}
.TagClassName
{
border-color: #5AF312;
}
</style>