Shades of Bright Green #5FDF12
Tints of Bright Green #5FDF12
RGB
CMYK
RGB Variations
Color information
#5FDF12 (or 0x5FDF12) is known color: Bright Green. HEX triplet: 5F, DF and 12. RGB value is (95,223,18). Sum of RGB (Red+Green+Blue) = 95+223+18=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDF12 is #A020ED. Grayscale: #A2A2A2. Windows color (decimal): -10494190 or 1236831. OLE color: 1236831.
HSL color Cylindrical-coordinate representation of color #5FDF12: hue angle of 97.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FDF12 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 18 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.13 |
| HSL | 97.46º | 0.85% | 0.47% | - |
| HSV(B) | 97.46º | 0.92% | 0.87% | - |
| XYZ | 31.22 | 55.25 | 9.59 | - |
| YUV | 161.36 | 47.09 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 18 | 0.57 | 0 | 0.92 | 0.13 | 97.46 | 0.85 | 0.47 |
| Hex | 5F | DF | 12 | 39 | 0 | 5C | D | 61 | 55 | 2F |
| Octal | 137 | 337 | 22 | 71 | 0 | 134 | 15 | 141 | 125 | 57 |
| Binary | 1011111 | 11011111 | 10010 | 111001 | 0 | 1011100 | 1101 | 1100001 | 1010101 | 101111 |
Color Harmonies of #5FDF12
Complementary color
Monochromatic Colors of #5FDF12
Black with #5FDF12
Text Example
Text Example
White with #5FDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF12; }
p { color: rgb(95,223,18); }
H1.HeaderClassName
{
color: #5FDF12;
}
.AnyTagClassName
{
color: #5FDF12;
}
</style>
background-color css
<style>
a { background-color: #5FDF12; }
a { background-color: rgb(95,223,18); }
div.DivClassName
{
background-color: #5FDF12;
}
.BgClassName
{
background-color: #5FDF12;
}
</style>
border-color css
<style>
span { border-color: #5FDF12; }
span { border-color: rgb(95,223,18); }
td.TdClassName
{
border-color: #5FDF12;
}
.TagClassName
{
border-color: #5FDF12;
}
</style>