Html Css Color HEX #5D954E Hippie Green

📋 copy color: '#5D954E'

red 93 ◦ green 149 ◦ blue 78

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

Shades of Hippie Green #5D954E

Tints of Hippie Green #5D954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 29.06%
G = 46.56%
B = 24.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#5D954E (or 0x5D954E) is known color: Hippie Green. HEX triplet: 5D, 95 and 4E. RGB value is (93,149,78). Sum of RGB (Red+Green+Blue) = 93+149+78=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #5D954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D954E is #A26AB1. Grayscale: #7C7C7C. Windows color (decimal): -10644146 or 5150045. OLE color: 5150045.

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

Color convert

RGB 93 149 78 -
CMYK 0.38 0 0.48 0.42
HSL 107.32º 0.31% 0.45% -
HSV(B) 107.32º 0.48% 0.58% -
XYZ 16.64 24.37 11.04 -
YUV 124.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 93 149 78 0.38 0 0.48 0.42 107.32 0.31 0.45
Hex 5D 95 4E 26 0 30 2A 6B 1F 2D
Octal 135 225 116 46 0 60 52 153 37 55
Binary 1011101 10010101 1001110 100110 0 110000 101010 1101011 11111 101101

Color Harmonies of #5D954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D954E

Black with #5D954E

Text Example


Text Example

White with #5D954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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