Html Css Color HEX #5EDD0C Bright Green

📋 copy color: '#5EDD0C'

red 94 ◦ green 221 ◦ blue 12

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

Shades of Bright Green #5EDD0C

Tints of Bright Green #5EDD0C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 67.58%

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 28.75%
G = 67.58%
B = 3.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#5EDD0C (or 0x5EDD0C) is known color: Bright Green. HEX triplet: 5E, DD and 0C. RGB value is (94,221,12). Sum of RGB (Red+Green+Blue) = 94+221+12=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDD0C is #A122F3. Grayscale: #9F9F9F. Windows color (decimal): -10560244 or 843102. OLE color: 843102.

HSL color Cylindrical-coordinate representation of color #5EDD0C: hue angle of 96.46º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EDD0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 221 12 -
CMYK 0.57 0 0.95 0.13
HSL 96.46º 0.9% 0.46% -
HSV(B) 96.46º 0.95% 0.87% -
XYZ 30.54 54.12 9.18 -
YUV 159.2 44.92 81.49 -
System Red Green Blue C M Y K H S L
Decimal 94 221 12 0.57 0 0.95 0.13 96.46 0.9 0.46
Hex 5E DD C 39 0 5F D 60 5A 2E
Octal 136 335 14 71 0 137 15 140 132 56
Binary 1011110 11011101 1100 111001 0 1011111 1101 1100000 1011010 101110

Color Harmonies of #5EDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDD0C

Black with #5EDD0C

Text Example


Text Example

White with #5EDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,221,12); }

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

background-color css

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

 a { background-color: rgb(94,221,12); }

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

border-color css

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

 span { border-color: rgb(94,221,12); }

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