Html Css Color HEX #5DA014 Limeade

📋 copy color: '#5DA014'

red 93 ◦ green 160 ◦ blue 20

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

Shades of Limeade #5DA014

Tints of Limeade #5DA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 58.61%

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

R = 34.07%
G = 58.61%
B = 7.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#5DA014 (or 0x5DA014) is known color: Limeade. HEX triplet: 5D, A0 and 14. RGB value is (93,160,20). Sum of RGB (Red+Green+Blue) = 93+160+20=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA014 is #A25FEB. Grayscale: #7C7C7C. Windows color (decimal): -10641388 or 1351773. OLE color: 1351773.

HSL color Cylindrical-coordinate representation of color #5DA014: hue angle of 88.71º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DA014 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 160 20 -
CMYK 0.42 0 0.88 0.37
HSL 88.71º 0.78% 0.35% -
HSV(B) 88.71º 0.88% 0.63% -
XYZ 17.21 27.52 5.07 -
YUV 124.01 69.3 105.88 -
System Red Green Blue C M Y K H S L
Decimal 93 160 20 0.42 0 0.88 0.37 88.71 0.78 0.35
Hex 5D A0 14 2A 0 58 25 59 4E 23
Octal 135 240 24 52 0 130 45 131 116 43
Binary 1011101 10100000 10100 101010 0 1011000 100101 1011001 1001110 100011

Color Harmonies of #5DA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA014

Black with #5DA014

Text Example


Text Example

White with #5DA014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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