Html Css Color HEX #5D955D Hippie Green

📋 copy color: '#5D955D'

red 93 ◦ green 149 ◦ blue 93

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

Shades of Hippie Green #5D955D

Tints of Hippie Green #5D955D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 27.76%
G = 44.48%
B = 27.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#5D955D (or 0x5D955D) is known color: Hippie Green. HEX triplet: 5D, 95 and 5D. RGB value is (93,149,93). Sum of RGB (Red+Green+Blue) = 93+149+93=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #5D955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D955D is #A26AA2. Grayscale: #7E7E7E. Windows color (decimal): -10644131 or 6133085. OLE color: 6133085.

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

Color convert

RGB 93 149 93 -
CMYK 0.38 0 0.38 0.42
HSL 120º 0.23% 0.47% -
HSV(B) 120º 0.38% 0.58% -
XYZ 17.24 24.61 14.2 -
YUV 125.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 93 149 93 0.38 0 0.38 0.42 120 0.23 0.47
Hex 5D 95 5D 26 0 26 2A 78 17 2F
Octal 135 225 135 46 0 46 52 170 27 57
Binary 1011101 10010101 1011101 100110 0 100110 101010 1111000 10111 101111

Color Harmonies of #5D955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D955D

Black with #5D955D

Text Example


Text Example

White with #5D955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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