Shades of Bright Green #5FFD12
Tints of Bright Green #5FFD12
RGB
CMYK
RGB Variations
Color information
#5FFD12 (or 0x5FFD12) is known color: Bright Green. HEX triplet: 5F, FD and 12. RGB value is (95,253,18). Sum of RGB (Red+Green+Blue) = 95+253+18=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 253 (99.22% from 255 or 69.13% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFD12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFD12 is #A002ED. Grayscale: #B3B3B3. Windows color (decimal): -10486510 or 1244511. OLE color: 1244511.
HSL color Cylindrical-coordinate representation of color #5FFD12: hue angle of 100.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FFD12 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 18 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.01 |
| HSL | 100.34º | 0.98% | 0.53% | - |
| HSV(B) | 100.34º | 0.93% | 0.99% | - |
| XYZ | 39.95 | 72.73 | 12.5 | - |
| YUV | 178.97 | 37.15 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 18 | 0.62 | 0 | 0.93 | 0.01 | 100.34 | 0.98 | 0.53 |
| Hex | 5F | FD | 12 | 3E | 0 | 5D | 1 | 64 | 62 | 35 |
| Octal | 137 | 375 | 22 | 76 | 0 | 135 | 1 | 144 | 142 | 65 |
| Binary | 1011111 | 11111101 | 10010 | 111110 | 0 | 1011101 | 1 | 1100100 | 1100010 | 110101 |
Color Harmonies of #5FFD12
Complementary color
Monochromatic Colors of #5FFD12
Black with #5FFD12
Text Example
Text Example
White with #5FFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFD12; }
p { color: rgb(95,253,18); }
H1.HeaderClassName
{
color: #5FFD12;
}
.AnyTagClassName
{
color: #5FFD12;
}
</style>
background-color css
<style>
a { background-color: #5FFD12; }
a { background-color: rgb(95,253,18); }
div.DivClassName
{
background-color: #5FFD12;
}
.BgClassName
{
background-color: #5FFD12;
}
</style>
border-color css
<style>
span { border-color: #5FFD12; }
span { border-color: rgb(95,253,18); }
td.TdClassName
{
border-color: #5FFD12;
}
.TagClassName
{
border-color: #5FFD12;
}
</style>