Html Css Color HEX #5D953D Limeade

📋 copy color: '#5D953D'

red 93 ◦ green 149 ◦ blue 61

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

Shades of Limeade #5D953D

Tints of Limeade #5D953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 30.69%
G = 49.17%
B = 20.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#5D953D (or 0x5D953D) is known color: Limeade. HEX triplet: 5D, 95 and 3D. RGB value is (93,149,61). Sum of RGB (Red+Green+Blue) = 93+149+61=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #5D953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D953D is #A26AC2. Grayscale: #7A7A7A. Windows color (decimal): -10644163 or 4035933. OLE color: 4035933.

HSL color Cylindrical-coordinate representation of color #5D953D: hue angle of 98.18º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D953D is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 149 61 -
CMYK 0.38 0 0.59 0.42
HSL 98.18º 0.42% 0.41% -
HSV(B) 98.18º 0.59% 0.58% -
XYZ 16.1 24.16 8.23 -
YUV 122.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 93 149 61 0.38 0 0.59 0.42 98.18 0.42 0.41
Hex 5D 95 3D 26 0 3B 2A 62 2A 29
Octal 135 225 75 46 0 73 52 142 52 51
Binary 1011101 10010101 111101 100110 0 111011 101010 1100010 101010 101001

Color Harmonies of #5D953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D953D

Black with #5D953D

Text Example


Text Example

White with #5D953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,149,61); }

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

background-color css

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

 a { background-color: rgb(93,149,61); }

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

border-color css

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

 span { border-color: rgb(93,149,61); }

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