Shades of Bright Green #5DFF2F
Tints of Bright Green #5DFF2F
RGB
CMYK
RGB Variations
Color information
#5DFF2F (or 0x5DFF2F) is known color: Bright Green. HEX triplet: 5D, FF and 2F. RGB value is (93,255,47). Sum of RGB (Red+Green+Blue) = 93+255+47=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFF2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFF2F is #A200D0. Grayscale: #B7B7B7. Windows color (decimal): -10617041 or 3145565. OLE color: 3145565.
HSL color Cylindrical-coordinate representation of color #5DFF2F: hue angle of 106.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DFF2F is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 47 | - |
| CMYK | 0.64 | 0 | 0.82 | 0 |
| HSL | 106.73º | 1% | 0.59% | - |
| HSV(B) | 106.73º | 0.82% | 1% | - |
| XYZ | 40.79 | 74.05 | 14.83 | - |
| YUV | 182.85 | 51.33 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 47 | 0.64 | 0 | 0.82 | 0 | 106.73 | 1 | 0.59 |
| Hex | 5D | FF | 2F | 40 | 0 | 52 | 0 | 6B | 64 | 3B |
| Octal | 135 | 377 | 57 | 100 | 0 | 122 | 0 | 153 | 144 | 73 |
| Binary | 1011101 | 11111111 | 101111 | 1000000 | 0 | 1010010 | 0 | 1101011 | 1100100 | 111011 |
Color Harmonies of #5DFF2F
Complementary color
Monochromatic Colors of #5DFF2F
Black with #5DFF2F
Text Example
Text Example
White with #5DFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFF2F; }
p { color: rgb(93,255,47); }
H1.HeaderClassName
{
color: #5DFF2F;
}
.AnyTagClassName
{
color: #5DFF2F;
}
</style>
background-color css
<style>
a { background-color: #5DFF2F; }
a { background-color: rgb(93,255,47); }
div.DivClassName
{
background-color: #5DFF2F;
}
.BgClassName
{
background-color: #5DFF2F;
}
</style>
border-color css
<style>
span { border-color: #5DFF2F; }
span { border-color: rgb(93,255,47); }
td.TdClassName
{
border-color: #5DFF2F;
}
.TagClassName
{
border-color: #5DFF2F;
}
</style>