Shades of Bright Green #5ADF07
Tints of Bright Green #5ADF07
RGB
CMYK
RGB Variations
Color information
#5ADF07 (or 0x5ADF07) is known color: Bright Green. HEX triplet: 5A, DF and 07. RGB value is (90,223,7). Sum of RGB (Red+Green+Blue) = 90+223+7=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADF07 is #A520F8. Grayscale: #9F9F9F. Windows color (decimal): -10821881 or 515930. OLE color: 515930.
HSL color Cylindrical-coordinate representation of color #5ADF07: hue angle of 96.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5ADF07 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 7 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.13 |
| HSL | 96.94º | 0.94% | 0.45% | - |
| HSV(B) | 96.94º | 0.97% | 0.87% | - |
| XYZ | 30.64 | 54.96 | 9.2 | - |
| YUV | 158.61 | 42.44 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 7 | 0.60 | 0 | 0.97 | 0.13 | 96.94 | 0.94 | 0.45 |
| Hex | 5A | DF | 7 | 3C | 0 | 61 | D | 61 | 5E | 2D |
| Octal | 132 | 337 | 7 | 74 | 0 | 141 | 15 | 141 | 136 | 55 |
| Binary | 1011010 | 11011111 | 111 | 111100 | 0 | 1100001 | 1101 | 1100001 | 1011110 | 101101 |
Color Harmonies of #5ADF07
Complementary color
Monochromatic Colors of #5ADF07
Black with #5ADF07
Text Example
Text Example
White with #5ADF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADF07; }
p { color: rgb(90,223,7); }
H1.HeaderClassName
{
color: #5ADF07;
}
.AnyTagClassName
{
color: #5ADF07;
}
</style>
background-color css
<style>
a { background-color: #5ADF07; }
a { background-color: rgb(90,223,7); }
div.DivClassName
{
background-color: #5ADF07;
}
.BgClassName
{
background-color: #5ADF07;
}
</style>
border-color css
<style>
span { border-color: #5ADF07; }
span { border-color: rgb(90,223,7); }
td.TdClassName
{
border-color: #5ADF07;
}
.TagClassName
{
border-color: #5ADF07;
}
</style>