Html Css Color HEX #5D964D Hippie Green

📋 copy color: '#5D964D'

red 93 ◦ green 150 ◦ blue 77

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

Shades of Hippie Green #5D964D

Tints of Hippie Green #5D964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.88%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 29.06%
G = 46.88%
B = 24.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#5D964D (or 0x5D964D) is known color: Hippie Green. HEX triplet: 5D, 96 and 4D. RGB value is (93,150,77). Sum of RGB (Red+Green+Blue) = 93+150+77=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #5D964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D964D is #A269B2. Grayscale: #7C7C7C. Windows color (decimal): -10643891 or 5084765. OLE color: 5084765.

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

Color convert

RGB 93 150 77 -
CMYK 0.38 0 0.49 0.41
HSL 106.85º 0.32% 0.45% -
HSV(B) 106.85º 0.49% 0.59% -
XYZ 16.76 24.68 10.9 -
YUV 124.64 101.12 105.44 -
System Red Green Blue C M Y K H S L
Decimal 93 150 77 0.38 0 0.49 0.41 106.85 0.32 0.45
Hex 5D 96 4D 26 0 31 29 6B 20 2D
Octal 135 226 115 46 0 61 51 153 40 55
Binary 1011101 10010110 1001101 100110 0 110001 101001 1101011 100000 101101

Color Harmonies of #5D964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D964D

Black with #5D964D

Text Example


Text Example

White with #5D964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,150,77); }

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

background-color css

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

 a { background-color: rgb(93,150,77); }

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

border-color css

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

 span { border-color: rgb(93,150,77); }

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