Shades of Bright Green #5DEF0F
Tints of Bright Green #5DEF0F
RGB
CMYK
RGB Variations
Color information
#5DEF0F (or 0x5DEF0F) is known color: Bright Green. HEX triplet: 5D, EF and 0F. RGB value is (93,239,15). Sum of RGB (Red+Green+Blue) = 93+239+15=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 239 (93.75% from 255 or 68.88% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DEF0F is #A210F0. Grayscale: #AAAAAA. Windows color (decimal): -10621169 or 1044317. OLE color: 1044317.
HSL color Cylindrical-coordinate representation of color #5DEF0F: hue angle of 99.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DEF0F is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 15 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.06 |
| HSL | 99.11º | 0.88% | 0.5% | - |
| HSV(B) | 99.11º | 0.94% | 0.94% | - |
| XYZ | 35.47 | 64.09 | 10.95 | - |
| YUV | 169.81 | 40.63 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 15 | 0.61 | 0 | 0.94 | 0.06 | 99.11 | 0.88 | 0.5 |
| Hex | 5D | EF | F | 3D | 0 | 5E | 6 | 63 | 58 | 32 |
| Octal | 135 | 357 | 17 | 75 | 0 | 136 | 6 | 143 | 130 | 62 |
| Binary | 1011101 | 11101111 | 1111 | 111101 | 0 | 1011110 | 110 | 1100011 | 1011000 | 110010 |
Color Harmonies of #5DEF0F
Complementary color
Monochromatic Colors of #5DEF0F
Black with #5DEF0F
Text Example
Text Example
White with #5DEF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEF0F; }
p { color: rgb(93,239,15); }
H1.HeaderClassName
{
color: #5DEF0F;
}
.AnyTagClassName
{
color: #5DEF0F;
}
</style>
background-color css
<style>
a { background-color: #5DEF0F; }
a { background-color: rgb(93,239,15); }
div.DivClassName
{
background-color: #5DEF0F;
}
.BgClassName
{
background-color: #5DEF0F;
}
</style>
border-color css
<style>
span { border-color: #5DEF0F; }
span { border-color: rgb(93,239,15); }
td.TdClassName
{
border-color: #5DEF0F;
}
.TagClassName
{
border-color: #5DEF0F;
}
</style>