Html Css Color HEX #5EDC0A Bright Green

📋 copy color: '#5EDC0A'

red 94 ◦ green 220 ◦ blue 10

#5EDC0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #5EDC0A

Tints of Bright Green #5EDC0A

RGB

 RED value IS 94 (37.11% from 255) = 29.01%

 GREEN value IS 220 (86.33% from 255) = 67.9%

 BLUE value IS 10 (4.3% from 255) = 3.09%

R = 29.01%
G = 67.9%
B = 3.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#5EDC0A (or 0x5EDC0A) is known color: Bright Green. HEX triplet: 5E, DC and 0A. RGB value is (94,220,10). Sum of RGB (Red+Green+Blue) = 94+220+10=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDC0A is #A123F5. Grayscale: #9F9F9F. Windows color (decimal): -10560502 or 711774. OLE color: 711774.

HSL color Cylindrical-coordinate representation of color #5EDC0A: hue angle of 96º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EDC0A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 220 10 -
CMYK 0.57 0 0.95 0.14
HSL 96º 0.91% 0.45% -
HSV(B) 96º 0.95% 0.86% -
XYZ 30.26 53.59 9.04 -
YUV 158.39 44.26 82.08 -
System Red Green Blue C M Y K H S L
Decimal 94 220 10 0.57 0 0.95 0.14 96 0.91 0.45
Hex 5E DC A 39 0 5F E 60 5B 2D
Octal 136 334 12 71 0 137 16 140 133 55
Binary 1011110 11011100 1010 111001 0 1011111 1110 1100000 1011011 101101

Color Harmonies of #5EDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDC0A

Black with #5EDC0A

Text Example


Text Example

White with #5EDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,220,10); }

 H1.HeaderClassName
 {
   color: #5EDC0A;
 }
 .AnyTagClassName
 {
   color: #5EDC0A;
 }
</style>

background-color css

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

 a { background-color: rgb(94,220,10); }

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

border-color css

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

 span { border-color: rgb(94,220,10); }

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