Shades of Bright Green #5AF92D
Tints of Bright Green #5AF92D
RGB
CMYK
RGB Variations
Color information
#5AF92D (or 0x5AF92D) is known color: Bright Green. HEX triplet: 5A, F9 and 2D. RGB value is (90,249,45). Sum of RGB (Red+Green+Blue) = 90+249+45=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 249 (97.66% from 255 or 64.84% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF92D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF92D is #A506D2. Grayscale: #B2B2B2. Windows color (decimal): -10815187 or 3012954. OLE color: 3012954.
HSL color Cylindrical-coordinate representation of color #5AF92D: hue angle of 106.76º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5AF92D is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 45 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.02 |
| HSL | 106.76º | 0.94% | 0.58% | - |
| HSV(B) | 106.76º | 0.82% | 0.98% | - |
| XYZ | 38.57 | 70.11 | 13.98 | - |
| YUV | 178.2 | 52.82 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 45 | 0.64 | 0 | 0.82 | 0.02 | 106.76 | 0.94 | 0.58 |
| Hex | 5A | F9 | 2D | 40 | 0 | 52 | 2 | 6B | 5E | 3A |
| Octal | 132 | 371 | 55 | 100 | 0 | 122 | 2 | 153 | 136 | 72 |
| Binary | 1011010 | 11111001 | 101101 | 1000000 | 0 | 1010010 | 10 | 1101011 | 1011110 | 111010 |
Color Harmonies of #5AF92D
Complementary color
Monochromatic Colors of #5AF92D
Black with #5AF92D
Text Example
Text Example
White with #5AF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF92D; }
p { color: rgb(90,249,45); }
H1.HeaderClassName
{
color: #5AF92D;
}
.AnyTagClassName
{
color: #5AF92D;
}
</style>
background-color css
<style>
a { background-color: #5AF92D; }
a { background-color: rgb(90,249,45); }
div.DivClassName
{
background-color: #5AF92D;
}
.BgClassName
{
background-color: #5AF92D;
}
</style>
border-color css
<style>
span { border-color: #5AF92D; }
span { border-color: rgb(90,249,45); }
td.TdClassName
{
border-color: #5AF92D;
}
.TagClassName
{
border-color: #5AF92D;
}
</style>