Html Css Color HEX #5DE020 Kelly Green

📋 copy color: '#5DE020'

red 93 ◦ green 224 ◦ blue 32

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

Shades of Kelly Green #5DE020

Tints of Kelly Green #5DE020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 26.65%
G = 64.18%
B = 9.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#5DE020 (or 0x5DE020) is known color: Kelly Green. HEX triplet: 5D, E0 and 20. RGB value is (93,224,32). Sum of RGB (Red+Green+Blue) = 93+224+32=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE020 is #A21FDF. Grayscale: #A3A3A3. Windows color (decimal): -10624992 or 2154589. OLE color: 2154589.

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

Color convert

RGB 93 224 32 -
CMYK 0.58 0 0.86 0.12
HSL 100.94º 0.76% 0.5% -
HSV(B) 100.94º 0.86% 0.88% -
XYZ 31.43 55.74 10.47 -
YUV 162.94 54.1 78.11 -
System Red Green Blue C M Y K H S L
Decimal 93 224 32 0.58 0 0.86 0.12 100.94 0.76 0.5
Hex 5D E0 20 3A 0 56 C 65 4C 32
Octal 135 340 40 72 0 126 14 145 114 62
Binary 1011101 11100000 100000 111010 0 1010110 1100 1100101 1001100 110010

Color Harmonies of #5DE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE020

Black with #5DE020

Text Example


Text Example

White with #5DE020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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