Html Css Color HEX #5DDC1E Kelly Green

📋 copy color: '#5DDC1E'

red 93 ◦ green 220 ◦ blue 30

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

Shades of Kelly Green #5DDC1E

Tints of Kelly Green #5DDC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 27.11%
G = 64.14%
B = 8.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#5DDC1E (or 0x5DDC1E) is known color: Kelly Green. HEX triplet: 5D, DC and 1E. RGB value is (93,220,30). Sum of RGB (Red+Green+Blue) = 93+220+30=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDC1E is #A223E1. Grayscale: #A1A1A1. Windows color (decimal): -10626018 or 2022493. OLE color: 2022493.

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

Color convert

RGB 93 220 30 -
CMYK 0.58 0 0.86 0.14
HSL 100.11º 0.76% 0.49% -
HSV(B) 100.11º 0.86% 0.86% -
XYZ 30.34 53.61 9.98 -
YUV 160.37 54.42 79.95 -
System Red Green Blue C M Y K H S L
Decimal 93 220 30 0.58 0 0.86 0.14 100.11 0.76 0.49
Hex 5D DC 1E 3A 0 56 E 64 4C 31
Octal 135 334 36 72 0 126 16 144 114 61
Binary 1011101 11011100 11110 111010 0 1010110 1110 1100100 1001100 110001

Color Harmonies of #5DDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC1E

Black with #5DDC1E

Text Example


Text Example

White with #5DDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,30); }

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

background-color css

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

 a { background-color: rgb(93,220,30); }

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

border-color css

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

 span { border-color: rgb(93,220,30); }

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