Html Css Color HEX #5F9855 Hippie Green

📋 copy color: '#5F9855'

red 95 ◦ green 152 ◦ blue 85

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

Shades of Hippie Green #5F9855

Tints of Hippie Green #5F9855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 28.61%
G = 45.78%
B = 25.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#5F9855 (or 0x5F9855) is known color: Hippie Green. HEX triplet: 5F, 98 and 55. RGB value is (95,152,85). Sum of RGB (Red+Green+Blue) = 95+152+85=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #5F9855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9855 is #A067AA. Grayscale: #7F7F7F. Windows color (decimal): -10512299 or 5609567. OLE color: 5609567.

HSL color Cylindrical-coordinate representation of color #5F9855: hue angle of 111.04º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F9855 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 95 152 85 -
CMYK 0.38 0 0.44 0.40
HSL 111.04º 0.28% 0.46% -
HSV(B) 111.04º 0.44% 0.6% -
XYZ 17.59 25.55 12.6 -
YUV 127.32 104.12 104.95 -
System Red Green Blue C M Y K H S L
Decimal 95 152 85 0.38 0 0.44 0.40 111.04 0.28 0.46
Hex 5F 98 55 26 0 2C 28 6F 1C 2E
Octal 137 230 125 46 0 54 50 157 34 56
Binary 1011111 10011000 1010101 100110 0 101100 101000 1101111 11100 101110

Color Harmonies of #5F9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9855

Black with #5F9855

Text Example


Text Example

White with #5F9855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,152,85); }

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

background-color css

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

 a { background-color: rgb(95,152,85); }

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

border-color css

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

 span { border-color: rgb(95,152,85); }

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