Html Css Color HEX #5DA012 Limeade

📋 copy color: '#5DA012'

red 93 ◦ green 160 ◦ blue 18

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

Shades of Limeade #5DA012

Tints of Limeade #5DA012

RGB

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

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

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

R = 34.32%
G = 59.04%
B = 6.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#5DA012 (or 0x5DA012) is known color: Limeade. HEX triplet: 5D, A0 and 12. RGB value is (93,160,18). Sum of RGB (Red+Green+Blue) = 93+160+18=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA012 is #A25FED. Grayscale: #7C7C7C. Windows color (decimal): -10641390 or 1220701. OLE color: 1220701.

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

Color convert

RGB 93 160 18 -
CMYK 0.42 0 0.89 0.37
HSL 88.31º 0.8% 0.35% -
HSV(B) 88.31º 0.89% 0.63% -
XYZ 17.19 27.51 4.98 -
YUV 123.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 93 160 18 0.42 0 0.89 0.37 88.31 0.8 0.35
Hex 5D A0 12 2A 0 59 25 58 50 23
Octal 135 240 22 52 0 131 45 130 120 43
Binary 1011101 10100000 10010 101010 0 1011001 100101 1011000 1010000 100011

Color Harmonies of #5DA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA012

Black with #5DA012

Text Example


Text Example

White with #5DA012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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