Shades of Bright Green #5FED2D
Tints of Bright Green #5FED2D
RGB
CMYK
RGB Variations
Color information
#5FED2D (or 0x5FED2D) is known color: Bright Green. HEX triplet: 5F, ED and 2D. RGB value is (95,237,45). Sum of RGB (Red+Green+Blue) = 95+237+45=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 237 (92.97% from 255 or 62.86% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 237 - color contains mainly: green. Hex color #5FED2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FED2D is #A012D2. Grayscale: #ADADAD. Windows color (decimal): -10490579 or 3009887. OLE color: 3009887.
HSL color Cylindrical-coordinate representation of color #5FED2D: hue angle of 104.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FED2D is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 45 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.07 |
| HSL | 104.38º | 0.84% | 0.55% | - |
| HSV(B) | 104.38º | 0.81% | 0.93% | - |
| XYZ | 35.48 | 63.19 | 12.81 | - |
| YUV | 172.65 | 55.96 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 45 | 0.60 | 0 | 0.81 | 0.07 | 104.38 | 0.84 | 0.55 |
| Hex | 5F | ED | 2D | 3C | 0 | 51 | 7 | 68 | 54 | 37 |
| Octal | 137 | 355 | 55 | 74 | 0 | 121 | 7 | 150 | 124 | 67 |
| Binary | 1011111 | 11101101 | 101101 | 111100 | 0 | 1010001 | 111 | 1101000 | 1010100 | 110111 |
Color Harmonies of #5FED2D
Complementary color
Monochromatic Colors of #5FED2D
Black with #5FED2D
Text Example
Text Example
White with #5FED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FED2D; }
p { color: rgb(95,237,45); }
H1.HeaderClassName
{
color: #5FED2D;
}
.AnyTagClassName
{
color: #5FED2D;
}
</style>
background-color css
<style>
a { background-color: #5FED2D; }
a { background-color: rgb(95,237,45); }
div.DivClassName
{
background-color: #5FED2D;
}
.BgClassName
{
background-color: #5FED2D;
}
</style>
border-color css
<style>
span { border-color: #5FED2D; }
span { border-color: rgb(95,237,45); }
td.TdClassName
{
border-color: #5FED2D;
}
.TagClassName
{
border-color: #5FED2D;
}
</style>