Html Css Color HEX #5F9E53 Hippie Green

📋 copy color: '#5F9E53'

red 95 ◦ green 158 ◦ blue 83

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

Shades of Hippie Green #5F9E53

Tints of Hippie Green #5F9E53

RGB

 RED value IS 95 (37.5% from 255) = 28.27%

 GREEN value IS 158 (62.11% from 255) = 47.02%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 28.27%
G = 47.02%
B = 24.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#5F9E53 (or 0x5F9E53) is known color: Hippie Green. HEX triplet: 5F, 9E and 53. RGB value is (95,158,83). Sum of RGB (Red+Green+Blue) = 95+158+83=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E53 is #A061AC. Grayscale: #828282. Windows color (decimal): -10510765 or 5480031. OLE color: 5480031.

HSL color Cylindrical-coordinate representation of color #5F9E53: hue angle of 110.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F9E53 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 158 83 -
CMYK 0.40 0 0.47 0.38
HSL 110.4º 0.31% 0.47% -
HSV(B) 110.4º 0.47% 0.62% -
XYZ 18.51 27.51 12.52 -
YUV 130.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 95 158 83 0.40 0 0.47 0.38 110.4 0.31 0.47
Hex 5F 9E 53 28 0 2F 26 6E 1F 2F
Octal 137 236 123 50 0 57 46 156 37 57
Binary 1011111 10011110 1010011 101000 0 101111 100110 1101110 11111 101111

Color Harmonies of #5F9E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9E53

Black with #5F9E53

Text Example


Text Example

White with #5F9E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,158,83); }

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

background-color css

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

 a { background-color: rgb(95,158,83); }

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

border-color css

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

 span { border-color: rgb(95,158,83); }

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