Html Css Color HEX #5DE014 Bright Green

📋 copy color: '#5DE014'

red 93 ◦ green 224 ◦ blue 20

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

Shades of Bright Green #5DE014

Tints of Bright Green #5DE014

RGB

 RED value IS 93 (36.72% from 255) = 27.6%

 GREEN value IS 224 (87.89% from 255) = 66.47%

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 27.6%
G = 66.47%
B = 5.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#5DE014 (or 0x5DE014) is known color: Bright Green. HEX triplet: 5D, E0 and 14. RGB value is (93,224,20). Sum of RGB (Red+Green+Blue) = 93+224+20=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DE014 is #A21FEB. Grayscale: #A2A2A2. Windows color (decimal): -10625004 or 1368157. OLE color: 1368157.

HSL color Cylindrical-coordinate representation of color #5DE014: hue angle of 98.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5DE014 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 224 20 -
CMYK 0.58 0 0.91 0.12
HSL 98.53º 0.84% 0.48% -
HSV(B) 98.53º 0.91% 0.88% -
XYZ 31.3 55.69 9.76 -
YUV 161.58 48.1 79.09 -
System Red Green Blue C M Y K H S L
Decimal 93 224 20 0.58 0 0.91 0.12 98.53 0.84 0.48
Hex 5D E0 14 3A 0 5B C 63 54 30
Octal 135 340 24 72 0 133 14 143 124 60
Binary 1011101 11100000 10100 111010 0 1011011 1100 1100011 1010100 110000

Color Harmonies of #5DE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE014

Black with #5DE014

Text Example


Text Example

White with #5DE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,224,20); }

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

background-color css

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

 a { background-color: rgb(93,224,20); }

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

border-color css

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

 span { border-color: rgb(93,224,20); }

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