#5DF400

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

Shades of Bright Green #5DF400

Tints of Bright Green #5DF400

Color information

#5DF400 (or 0x5DF400) is unknown color: approx Bright Green. HEX triplet: 5D, F4 and 00. RGB value is (93,244,0). Sum of RGB (Red+Green+Blue) = 93+244+0=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF400 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF400 is #A20BFF. Grayscale: #ABABAB. Windows color (decimal): -10619904 or 62557. OLE color: 62557.

HSL color Cylindrical-coordinate representation of color #5DF400: hue angle of 97.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DF400 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB932440-
CMYK0.62010.04
HSL97.13º100%47.84%-
HSV(B)97.13º100%95.69%-
XYZ36.8667.0310.99-
YUV171.0331.4772.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 244 (95.70% from 255) = 72.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.60%
G=72.40%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9324400.62010.0497.1310047.84
Hex5DF403E0644616430
Octal1353640760144414114460
Binary10111011111010001111100110010010011000011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,244,0); }

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

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

 a { background-color: rgb(93,244,0); }

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

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

 span { border-color: rgb(93,244,0); }

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