Shades of Bright Green #5DF207
Tints of Bright Green #5DF207
RGB
CMYK
RGB Variations
Color information
#5DF207 (or 0x5DF207) is known color: Bright Green. HEX triplet: 5D, F2 and 07. RGB value is (93,242,7). Sum of RGB (Red+Green+Blue) = 93+242+7=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF207 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF207 is #A20DF8. Grayscale: #ABABAB. Windows color (decimal): -10620409 or 520797. OLE color: 520797.
HSL color Cylindrical-coordinate representation of color #5DF207: hue angle of 98.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DF207 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 7 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.05 |
| HSL | 98.04º | 0.94% | 0.49% | - |
| HSV(B) | 98.04º | 0.97% | 0.95% | - |
| XYZ | 36.3 | 65.85 | 11 | - |
| YUV | 170.66 | 35.64 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 7 | 0.62 | 0 | 0.97 | 0.05 | 98.04 | 0.94 | 0.49 |
| Hex | 5D | F2 | 7 | 3E | 0 | 61 | 5 | 62 | 5E | 31 |
| Octal | 135 | 362 | 7 | 76 | 0 | 141 | 5 | 142 | 136 | 61 |
| Binary | 1011101 | 11110010 | 111 | 111110 | 0 | 1100001 | 101 | 1100010 | 1011110 | 110001 |
Color Harmonies of #5DF207
Complementary color
Monochromatic Colors of #5DF207
Black with #5DF207
Text Example
Text Example
White with #5DF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF207; }
p { color: rgb(93,242,7); }
H1.HeaderClassName
{
color: #5DF207;
}
.AnyTagClassName
{
color: #5DF207;
}
</style>
background-color css
<style>
a { background-color: #5DF207; }
a { background-color: rgb(93,242,7); }
div.DivClassName
{
background-color: #5DF207;
}
.BgClassName
{
background-color: #5DF207;
}
</style>
border-color css
<style>
span { border-color: #5DF207; }
span { border-color: rgb(93,242,7); }
td.TdClassName
{
border-color: #5DF207;
}
.TagClassName
{
border-color: #5DF207;
}
</style>