Html Css Color HEX #5DE012 Bright Green

📋 copy color: '#5DE012'

red 93 ◦ green 224 ◦ blue 18

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

Shades of Bright Green #5DE012

Tints of Bright Green #5DE012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 27.76%
G = 66.87%
B = 5.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#5DE012 (or 0x5DE012) is known color: Bright Green. HEX triplet: 5D, E0 and 12. RGB value is (93,224,18). Sum of RGB (Red+Green+Blue) = 93+224+18=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DE012 is #A21FED. Grayscale: #A2A2A2. Windows color (decimal): -10625006 or 1237085. OLE color: 1237085.

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

Color convert

RGB 93 224 18 -
CMYK 0.58 0 0.92 0.12
HSL 98.16º 0.85% 0.47% -
HSV(B) 98.16º 0.92% 0.88% -
XYZ 31.28 55.68 9.67 -
YUV 161.35 47.1 79.25 -
System Red Green Blue C M Y K H S L
Decimal 93 224 18 0.58 0 0.92 0.12 98.16 0.85 0.47
Hex 5D E0 12 3A 0 5C C 62 55 2F
Octal 135 340 22 72 0 134 14 142 125 57
Binary 1011101 11100000 10010 111010 0 1011100 1100 1100010 1010101 101111

Color Harmonies of #5DE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE012

Black with #5DE012

Text Example


Text Example

White with #5DE012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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