Shades of Bright Green #5DF712
Tints of Bright Green #5DF712
RGB
CMYK
RGB Variations
Color information
#5DF712 (or 0x5DF712) is known color: Bright Green. HEX triplet: 5D, F7 and 12. RGB value is (93,247,18). Sum of RGB (Red+Green+Blue) = 93+247+18=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF712 is #A208ED. Grayscale: #AFAFAF. Windows color (decimal): -10619118 or 1242973. OLE color: 1242973.
HSL color Cylindrical-coordinate representation of color #5DF712: hue angle of 100.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DF712 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 18 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.03 |
| HSL | 100.35º | 0.93% | 0.52% | - |
| HSV(B) | 100.35º | 0.93% | 0.97% | - |
| XYZ | 37.88 | 68.89 | 11.87 | - |
| YUV | 174.85 | 39.48 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 18 | 0.62 | 0 | 0.93 | 0.03 | 100.35 | 0.93 | 0.52 |
| Hex | 5D | F7 | 12 | 3E | 0 | 5D | 3 | 64 | 5D | 34 |
| Octal | 135 | 367 | 22 | 76 | 0 | 135 | 3 | 144 | 135 | 64 |
| Binary | 1011101 | 11110111 | 10010 | 111110 | 0 | 1011101 | 11 | 1100100 | 1011101 | 110100 |
Color Harmonies of #5DF712
Complementary color
Monochromatic Colors of #5DF712
Black with #5DF712
Text Example
Text Example
White with #5DF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF712; }
p { color: rgb(93,247,18); }
H1.HeaderClassName
{
color: #5DF712;
}
.AnyTagClassName
{
color: #5DF712;
}
</style>
background-color css
<style>
a { background-color: #5DF712; }
a { background-color: rgb(93,247,18); }
div.DivClassName
{
background-color: #5DF712;
}
.BgClassName
{
background-color: #5DF712;
}
</style>
border-color css
<style>
span { border-color: #5DF712; }
span { border-color: rgb(93,247,18); }
td.TdClassName
{
border-color: #5DF712;
}
.TagClassName
{
border-color: #5DF712;
}
</style>