Shades of Bright Green #5FEE0D
Tints of Bright Green #5FEE0D
RGB
CMYK
RGB Variations
Color information
#5FEE0D (or 0x5FEE0D) is known color: Bright Green. HEX triplet: 5F, EE and 0D. RGB value is (95,238,13). Sum of RGB (Red+Green+Blue) = 95+238+13=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 238 (93.36% from 255 or 68.79% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEE0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEE0D is #A011F2. Grayscale: #AAAAAA. Windows color (decimal): -10490355 or 912991. OLE color: 912991.
HSL color Cylindrical-coordinate representation of color #5FEE0D: hue angle of 98.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FEE0D is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 13 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.07 |
| HSL | 98.13º | 0.9% | 0.49% | - |
| HSV(B) | 98.13º | 0.95% | 0.93% | - |
| XYZ | 35.37 | 63.61 | 10.79 | - |
| YUV | 169.59 | 39.62 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 13 | 0.60 | 0 | 0.95 | 0.07 | 98.13 | 0.9 | 0.49 |
| Hex | 5F | EE | D | 3C | 0 | 5F | 7 | 62 | 5A | 31 |
| Octal | 137 | 356 | 15 | 74 | 0 | 137 | 7 | 142 | 132 | 61 |
| Binary | 1011111 | 11101110 | 1101 | 111100 | 0 | 1011111 | 111 | 1100010 | 1011010 | 110001 |
Color Harmonies of #5FEE0D
Complementary color
Monochromatic Colors of #5FEE0D
Black with #5FEE0D
Text Example
Text Example
White with #5FEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEE0D; }
p { color: rgb(95,238,13); }
H1.HeaderClassName
{
color: #5FEE0D;
}
.AnyTagClassName
{
color: #5FEE0D;
}
</style>
background-color css
<style>
a { background-color: #5FEE0D; }
a { background-color: rgb(95,238,13); }
div.DivClassName
{
background-color: #5FEE0D;
}
.BgClassName
{
background-color: #5FEE0D;
}
</style>
border-color css
<style>
span { border-color: #5FEE0D; }
span { border-color: rgb(95,238,13); }
td.TdClassName
{
border-color: #5FEE0D;
}
.TagClassName
{
border-color: #5FEE0D;
}
</style>