Html Css Color HEX #5D9314 Limeade

📋 copy color: '#5D9314'

red 93 ◦ green 147 ◦ blue 20

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

Shades of Limeade #5D9314

Tints of Limeade #5D9314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.54%

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

R = 35.77%
G = 56.54%
B = 7.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#5D9314 (or 0x5D9314) is known color: Limeade. HEX triplet: 5D, 93 and 14. RGB value is (93,147,20). Sum of RGB (Red+Green+Blue) = 93+147+20=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9314 is #A26CEB. Grayscale: #747474. Windows color (decimal): -10644716 or 1348445. OLE color: 1348445.

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

Color convert

RGB 93 147 20 -
CMYK 0.37 0 0.86 0.42
HSL 85.51º 0.76% 0.33% -
HSV(B) 85.51º 0.86% 0.58% -
XYZ 15.07 23.25 4.35 -
YUV 116.38 73.61 111.33 -
System Red Green Blue C M Y K H S L
Decimal 93 147 20 0.37 0 0.86 0.42 85.51 0.76 0.33
Hex 5D 93 14 25 0 56 2A 56 4C 21
Octal 135 223 24 45 0 126 52 126 114 41
Binary 1011101 10010011 10100 100101 0 1010110 101010 1010110 1001100 100001

Color Harmonies of #5D9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9314

Black with #5D9314

Text Example


Text Example

White with #5D9314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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