Html Css Color HEX #5D985A Hippie Green

📋 copy color: '#5D985A'

red 93 ◦ green 152 ◦ blue 90

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

Shades of Hippie Green #5D985A

Tints of Hippie Green #5D985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 27.76%
G = 45.37%
B = 26.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#5D985A (or 0x5D985A) is known color: Hippie Green. HEX triplet: 5D, 98 and 5A. RGB value is (93,152,90). Sum of RGB (Red+Green+Blue) = 93+152+90=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #5D985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D985A is #A267A5. Grayscale: #7F7F7F. Windows color (decimal): -10643366 or 5937245. OLE color: 5937245.

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

Color convert

RGB 93 152 90 -
CMYK 0.39 0 0.41 0.40
HSL 117.1º 0.26% 0.47% -
HSV(B) 117.1º 0.41% 0.6% -
XYZ 17.59 25.52 13.67 -
YUV 127.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 93 152 90 0.39 0 0.41 0.40 117.1 0.26 0.47
Hex 5D 98 5A 27 0 29 28 75 1A 2F
Octal 135 230 132 47 0 51 50 165 32 57
Binary 1011101 10011000 1011010 100111 0 101001 101000 1110101 11010 101111

Color Harmonies of #5D985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D985A

Black with #5D985A

Text Example


Text Example

White with #5D985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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