#5DEC01

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

Shades of Bright Green #5DEC01

Tints of Bright Green #5DEC01

Color information

#5DEC01 (or 0x5DEC01) is unknown color: approx Bright Green. HEX triplet: 5D, EC and 01. RGB value is (93,236,1). Sum of RGB (Red+Green+Blue) = 93+236+1=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #5DEC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DEC01 is #A213FE. Grayscale: #A7A7A7. Windows color (decimal): -10621951 or 126045. OLE color: 126045.

HSL color Cylindrical-coordinate representation of color #5DEC01: hue angle of 96.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DEC01 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB932361-
CMYK0.6101.000.07
HSL96.51º99.16%46.47%-
HSV(B)96.51º99.58%92.55%-
XYZ34.5262.3210.24-
YUV166.4534.6275.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.18%
GREEN value IS 236 (92.58% from 255) = 71.52%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=28.18%
G=71.52%
B=0.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9323610.6101.000.0796.5199.1646.47
Hex5DEC13D064761632e
Octal1353541750144714114356
Binary10111011110110011111010110010011111000011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,236,1); }

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

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

 a { background-color: rgb(93,236,1); }

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

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

 span { border-color: rgb(93,236,1); }

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