Html Css Color HEX #5DA312 Limeade

📋 copy color: '#5DA312'

red 93 ◦ green 163 ◦ blue 18

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

Shades of Limeade #5DA312

Tints of Limeade #5DA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.49%

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

R = 33.94%
G = 59.49%
B = 6.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#5DA312 (or 0x5DA312) is known color: Limeade. HEX triplet: 5D, A3 and 12. RGB value is (93,163,18). Sum of RGB (Red+Green+Blue) = 93+163+18=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA312 is #A25CED. Grayscale: #7E7E7E. Windows color (decimal): -10640622 or 1221469. OLE color: 1221469.

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

Color convert

RGB 93 163 18 -
CMYK 0.43 0 0.89 0.36
HSL 88.97º 0.8% 0.35% -
HSV(B) 88.97º 0.89% 0.64% -
XYZ 17.72 28.57 5.15 -
YUV 125.54 67.31 104.79 -
System Red Green Blue C M Y K H S L
Decimal 93 163 18 0.43 0 0.89 0.36 88.97 0.8 0.35
Hex 5D A3 12 2B 0 59 24 59 50 23
Octal 135 243 22 53 0 131 44 131 120 43
Binary 1011101 10100011 10010 101011 0 1011001 100100 1011001 1010000 100011

Color Harmonies of #5DA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA312

Black with #5DA312

Text Example


Text Example

White with #5DA312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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