Html Css Color HEX #5D9962 Hippie Green

📋 copy color: '#5D9962'

red 93 ◦ green 153 ◦ blue 98

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

Shades of Hippie Green #5D9962

Tints of Hippie Green #5D9962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 27.03%
G = 44.48%
B = 28.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#5D9962 (or 0x5D9962) is known color: Hippie Green. HEX triplet: 5D, 99 and 62. RGB value is (93,153,98). Sum of RGB (Red+Green+Blue) = 93+153+98=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9962 is #A2669D. Grayscale: #808080. Windows color (decimal): -10643102 or 6461789. OLE color: 6461789.

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

Color convert

RGB 93 153 98 -
CMYK 0.39 0 0.36 0.4
HSL 125º 0.24% 0.48% -
HSV(B) 125º 0.39% 0.6% -
XYZ 18.11 25.99 15.62 -
YUV 128.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 93 153 98 0.39 0 0.36 0.4 125 0.24 0.48
Hex 5D 99 62 27 0 24 28 7D 18 30
Octal 135 231 142 47 0 44 50 175 30 60
Binary 1011101 10011001 1100010 100111 0 100100 101000 1111101 11000 110000

Color Harmonies of #5D9962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9962

Black with #5D9962

Text Example


Text Example

White with #5D9962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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