#5DF00E

Color #5DF00E Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #5DF00E

Tints of Bright Green #5DF00E

Color information

#5DF00E (or 0x5DF00E) is unknown color: approx Bright Green. HEX triplet: 5D, F0 and 0E. RGB value is (93,240,14). Sum of RGB (Red+Green+Blue) = 93+240+14=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF00E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF00E is #A20FF1. Grayscale: #ABABAB. Windows color (decimal): -10620914 or 979037. OLE color: 979037.

HSL color Cylindrical-coordinate representation of color #5DF00E: hue angle of 99.03º degrees, saturation: 0.89, 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 #5DF00E is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB9324014-
CMYK0.6100.940.06
HSL99.03º88.98%49.8%-
HSV(B)99.03º94.17%94.12%-
XYZ35.7564.6811.02-
YUV170.2839.872.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 240 (94.14% from 255) = 69.16%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=26.80%
G=69.16%
B=4.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal93240140.6100.940.0699.0388.9849.8
Hex5DF0E3D05E6635932
Octal13536016750136614313162
Binary10111011111000011101111010101111011011000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DF00E; }

 p { color: rgb(93,240,14); }

 H1.HeaderClassName
 {
   color: #5DF00E;
 }
 .AnyTagClassName
 {
   color: #5DF00E;
 }
</style>
background-color css

<style>
 a { background-color: #5DF00E; }

 a { background-color: rgb(93,240,14); }

 div.DivClassName
 {
   background-color: #5DF00E;
 }
 .BgClassName
 {
   background-color: #5DF00E;
 }
</style>
border-color css

<style>
 span { border-color: #5DF00E; }

 span { border-color: rgb(93,240,14); }

 td.TdClassName
 {
   border-color: #5DF00E;
 }
 .TagClassName
 {
   border-color: #5DF00E;
 }
</style>