Shades of Bright Green #5FEF0C
Tints of Bright Green #5FEF0C
RGB
CMYK
RGB Variations
Color information
#5FEF0C (or 0x5FEF0C) is known color: Bright Green. HEX triplet: 5F, EF and 0C. RGB value is (95,239,12). Sum of RGB (Red+Green+Blue) = 95+239+12=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEF0C is #A010F3. Grayscale: #AAAAAA. Windows color (decimal): -10490100 or 847711. OLE color: 847711.
HSL color Cylindrical-coordinate representation of color #5FEF0C: hue angle of 98.06º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FEF0C is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 12 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.06 |
| HSL | 98.06º | 0.9% | 0.49% | - |
| HSV(B) | 98.06º | 0.95% | 0.94% | - |
| XYZ | 35.65 | 64.19 | 10.86 | - |
| YUV | 170.07 | 38.79 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 12 | 0.60 | 0 | 0.95 | 0.06 | 98.06 | 0.9 | 0.49 |
| Hex | 5F | EF | C | 3C | 0 | 5F | 6 | 62 | 5A | 31 |
| Octal | 137 | 357 | 14 | 74 | 0 | 137 | 6 | 142 | 132 | 61 |
| Binary | 1011111 | 11101111 | 1100 | 111100 | 0 | 1011111 | 110 | 1100010 | 1011010 | 110001 |
Color Harmonies of #5FEF0C
Complementary color
Monochromatic Colors of #5FEF0C
Black with #5FEF0C
Text Example
Text Example
White with #5FEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF0C; }
p { color: rgb(95,239,12); }
H1.HeaderClassName
{
color: #5FEF0C;
}
.AnyTagClassName
{
color: #5FEF0C;
}
</style>
background-color css
<style>
a { background-color: #5FEF0C; }
a { background-color: rgb(95,239,12); }
div.DivClassName
{
background-color: #5FEF0C;
}
.BgClassName
{
background-color: #5FEF0C;
}
</style>
border-color css
<style>
span { border-color: #5FEF0C; }
span { border-color: rgb(95,239,12); }
td.TdClassName
{
border-color: #5FEF0C;
}
.TagClassName
{
border-color: #5FEF0C;
}
</style>