Html Css Color HEX #5DA114 Limeade

📋 copy color: '#5DA114'

red 93 ◦ green 161 ◦ blue 20

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

Shades of Limeade #5DA114

Tints of Limeade #5DA114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.76%

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

R = 33.94%
G = 58.76%
B = 7.3%

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

#5DA114 (or 0x5DA114) is known color: Limeade. HEX triplet: 5D, A1 and 14. RGB value is (93,161,20). Sum of RGB (Red+Green+Blue) = 93+161+20=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA114 is #A25EEB. Grayscale: #7D7D7D. Windows color (decimal): -10641132 or 1352029. OLE color: 1352029.

HSL color Cylindrical-coordinate representation of color #5DA114: hue angle of 88.94º 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 #5DA114 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 20 -
CMYK 0.42 0 0.88 0.37
HSL 88.94º 0.78% 0.35% -
HSV(B) 88.94º 0.88% 0.63% -
XYZ 17.39 27.87 5.12 -
YUV 124.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 93 161 20 0.42 0 0.88 0.37 88.94 0.78 0.35
Hex 5D A1 14 2A 0 58 25 59 4E 23
Octal 135 241 24 52 0 130 45 131 116 43
Binary 1011101 10100001 10100 101010 0 1011000 100101 1011001 1001110 100011

Color Harmonies of #5DA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA114

Black with #5DA114

Text Example


Text Example

White with #5DA114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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