#5D9862

Color #5D9862 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5D9862

Tints of Hippie Green #5D9862

Color information

#5D9862 (or 0x5D9862) is unknown color: approx Hippie Green. HEX triplet: 5D, 98 and 62. RGB value is (93,152,98). Sum of RGB (Red+Green+Blue) = 93+152+98=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #5D9862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9862 is #A2679D. Grayscale: #808080. Windows color (decimal): -10643358 or 6461533. OLE color: 6461533.

HSL color Cylindrical-coordinate representation of color #5D9862: hue angle of 125.08º 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 #5D9862 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB9315298-
CMYK0.3900.360.40
HSL125.08º24.08%48.04%-
HSV(B)125.08º38.82%59.61%-
XYZ17.9525.6715.56-
YUV128.2110.95102.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.11%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=27.11%
G=44.31%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93152980.3900.360.40125.0824.0848.04
Hex5D986227024287d1830
Octal13523014247044501753060
Binary10111011001100011000101001110100100101000111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D9862;
 }
 .AnyTagClassName
 {
   color: #5D9862;
 }
</style>
background-color css

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

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

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

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

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

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