Html Css Color HEX #5D9958 Hippie Green

📋 copy color: '#5D9958'

red 93 ◦ green 153 ◦ blue 88

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

Shades of Hippie Green #5D9958

Tints of Hippie Green #5D9958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 27.84%
G = 45.81%
B = 26.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#5D9958 (or 0x5D9958) is known color: Hippie Green. HEX triplet: 5D, 99 and 58. RGB value is (93,153,88). Sum of RGB (Red+Green+Blue) = 93+153+88=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9958 is #A266A7. Grayscale: #7F7F7F. Windows color (decimal): -10643112 or 5806429. OLE color: 5806429.

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

Color convert

RGB 93 153 88 -
CMYK 0.39 0 0.42 0.4
HSL 115.38º 0.27% 0.47% -
HSV(B) 115.38º 0.42% 0.6% -
XYZ 17.67 25.81 13.28 -
YUV 127.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 93 153 88 0.39 0 0.42 0.4 115.38 0.27 0.47
Hex 5D 99 58 27 0 2A 28 73 1B 2F
Octal 135 231 130 47 0 52 50 163 33 57
Binary 1011101 10011001 1011000 100111 0 101010 101000 1110011 11011 101111

Color Harmonies of #5D9958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9958

Black with #5D9958

Text Example


Text Example

White with #5D9958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,153,88); }

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

background-color css

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

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

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

border-color css

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

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

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