Shades of Bright Green #5FEE05
Tints of Bright Green #5FEE05
RGB
CMYK
RGB Variations
Color information
#5FEE05 (or 0x5FEE05) is known color: Bright Green. HEX triplet: 5F, EE and 05. RGB value is (95,238,5). Sum of RGB (Red+Green+Blue) = 95+238+5=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 238 (93.36% from 255 or 70.41% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEE05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEE05 is #A011FA. Grayscale: #A9A9A9. Windows color (decimal): -10490363 or 388703. OLE color: 388703.
HSL color Cylindrical-coordinate representation of color #5FEE05: hue angle of 96.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FEE05 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 5 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.07 |
| HSL | 96.82º | 0.96% | 0.48% | - |
| HSV(B) | 96.82º | 0.98% | 0.93% | - |
| XYZ | 35.32 | 63.59 | 10.56 | - |
| YUV | 168.68 | 35.62 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 5 | 0.60 | 0 | 0.98 | 0.07 | 96.82 | 0.96 | 0.48 |
| Hex | 5F | EE | 5 | 3C | 0 | 62 | 7 | 61 | 60 | 30 |
| Octal | 137 | 356 | 5 | 74 | 0 | 142 | 7 | 141 | 140 | 60 |
| Binary | 1011111 | 11101110 | 101 | 111100 | 0 | 1100010 | 111 | 1100001 | 1100000 | 110000 |
Color Harmonies of #5FEE05
Complementary color
Monochromatic Colors of #5FEE05
Black with #5FEE05
Text Example
Text Example
White with #5FEE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEE05; }
p { color: rgb(95,238,5); }
H1.HeaderClassName
{
color: #5FEE05;
}
.AnyTagClassName
{
color: #5FEE05;
}
</style>
background-color css
<style>
a { background-color: #5FEE05; }
a { background-color: rgb(95,238,5); }
div.DivClassName
{
background-color: #5FEE05;
}
.BgClassName
{
background-color: #5FEE05;
}
</style>
border-color css
<style>
span { border-color: #5FEE05; }
span { border-color: rgb(95,238,5); }
td.TdClassName
{
border-color: #5FEE05;
}
.TagClassName
{
border-color: #5FEE05;
}
</style>