#5DF204

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

Shades of Bright Green #5DF204

Tints of Bright Green #5DF204

Color information

#5DF204 (or 0x5DF204) is unknown color: approx Bright Green. HEX triplet: 5D, F2 and 04. RGB value is (93,242,4). Sum of RGB (Red+Green+Blue) = 93+242+4=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF204 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF204 is #A20DFB. Grayscale: #ABABAB. Windows color (decimal): -10620412 or 324189. OLE color: 324189.

HSL color Cylindrical-coordinate representation of color #5DF204: hue angle of 97.56º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DF204 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB932424-
CMYK0.6200.980.05
HSL97.56º96.75%48.24%-
HSV(B)97.56º98.35%94.9%-
XYZ36.2965.8410.91-
YUV170.3234.1472.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.43%
GREEN value IS 242 (94.92% from 255) = 71.39%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=27.43%
G=71.39%
B=1.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9324240.6200.980.0597.5696.7548.24
Hex5DF243E0625626130
Octal1353624760142514214160
Binary1011101111100101001111100110001010111000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,242,4); }

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

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

 a { background-color: rgb(93,242,4); }

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

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

 span { border-color: rgb(93,242,4); }

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