#5DF20A

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

Shades of Bright Green #5DF20A

Tints of Bright Green #5DF20A

Color information

#5DF20A (or 0x5DF20A) is unknown color: approx Bright Green. HEX triplet: 5D, F2 and 0A. RGB value is (93,242,10). Sum of RGB (Red+Green+Blue) = 93+242+10=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF20A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF20A is #A20DF5. Grayscale: #ABABAB. Windows color (decimal): -10620406 or 717405. OLE color: 717405.

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

Color convert

RGB9324210-
CMYK0.6200.960.05
HSL98.53º92.06%49.41%-
HSV(B)98.53º95.87%94.9%-
XYZ36.3265.8511.08-
YUV17137.1472.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 242 (94.92% from 255) = 70.14%
BLUE value IS 10 (4.30% from 255) = 2.90%
R=26.96%
G=70.14%
B=2.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal93242100.6200.960.0598.5392.0649.41
Hex5DF2A3E0605635c31
Octal13536212760140514313461
Binary10111011111001010101111100110000010111000111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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