Html Css Color HEX #5D985D Hippie Green

📋 copy color: '#5D985D'

red 93 ◦ green 152 ◦ blue 93

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

Shades of Hippie Green #5D985D

Tints of Hippie Green #5D985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.97%

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

R = 27.51%
G = 44.97%
B = 27.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#5D985D (or 0x5D985D) is known color: Hippie Green. HEX triplet: 5D, 98 and 5D. RGB value is (93,152,93). Sum of RGB (Red+Green+Blue) = 93+152+93=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #5D985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D985D is #A267A2. Grayscale: #7F7F7F. Windows color (decimal): -10643363 or 6133853. OLE color: 6133853.

HSL color Cylindrical-coordinate representation of color #5D985D: hue angle of 120º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D985D is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 152 93 -
CMYK 0.39 0 0.39 0.40
HSL 120º 0.24% 0.48% -
HSV(B) 120º 0.39% 0.6% -
XYZ 17.72 25.57 14.36 -
YUV 127.63 108.45 103.3 -
System Red Green Blue C M Y K H S L
Decimal 93 152 93 0.39 0 0.39 0.40 120 0.24 0.48
Hex 5D 98 5D 27 0 27 28 78 18 30
Octal 135 230 135 47 0 47 50 170 30 60
Binary 1011101 10011000 1011101 100111 0 100111 101000 1111000 11000 110000

Color Harmonies of #5D985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D985D

Black with #5D985D

Text Example


Text Example

White with #5D985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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