Html Css Color HEX #5D971D Limeade

📋 copy color: '#5D971D'

red 93 ◦ green 151 ◦ blue 29

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

Shades of Limeade #5D971D

Tints of Limeade #5D971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.31%

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 34.07%
G = 55.31%
B = 10.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#5D971D (or 0x5D971D) is known color: Limeade. HEX triplet: 5D, 97 and 1D. RGB value is (93,151,29). Sum of RGB (Red+Green+Blue) = 93+151+29=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #5D971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D971D is #A268E2. Grayscale: #787878. Windows color (decimal): -10643683 or 1939293. OLE color: 1939293.

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

Color convert

RGB 93 151 29 -
CMYK 0.38 0 0.81 0.41
HSL 88.52º 0.68% 0.35% -
HSV(B) 88.52º 0.81% 0.59% -
XYZ 15.8 24.55 5.07 -
YUV 119.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 93 151 29 0.38 0 0.81 0.41 88.52 0.68 0.35
Hex 5D 97 1D 26 0 51 29 59 44 23
Octal 135 227 35 46 0 121 51 131 104 43
Binary 1011101 10010111 11101 100110 0 1010001 101001 1011001 1000100 100011

Color Harmonies of #5D971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D971D

Black with #5D971D

Text Example


Text Example

White with #5D971D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,151,29); }

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

background-color css

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

 a { background-color: rgb(93,151,29); }

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

border-color css

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

 span { border-color: rgb(93,151,29); }

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