Html Css Color HEX #55965F Fruit Salad

📋 copy color: '#55965F'

red 85 ◦ green 150 ◦ blue 95

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

Shades of Fruit Salad #55965F

Tints of Fruit Salad #55965F

RGB

 RED value IS 85 (33.59% from 255) = 25.76%

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 25.76%
G = 45.45%
B = 28.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#55965F (or 0x55965F) is known color: Fruit Salad. HEX triplet: 55, 96 and 5F. RGB value is (85,150,95). Sum of RGB (Red+Green+Blue) = 85+150+95=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #55965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55965F is #AA69A0. Grayscale: #7C7C7C. Windows color (decimal): -11168161 or 6264405. OLE color: 6264405.

HSL color Cylindrical-coordinate representation of color #55965F: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55965F is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 95 -
CMYK 0.43 0 0.37 0.41
HSL 129.23º 0.28% 0.46% -
HSV(B) 129.23º 0.43% 0.59% -
XYZ 16.72 24.57 14.69 -
YUV 124.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 85 150 95 0.43 0 0.37 0.41 129.23 0.28 0.46
Hex 55 96 5F 2B 0 25 29 81 1C 2E
Octal 125 226 137 53 0 45 51 201 34 56
Binary 1010101 10010110 1011111 101011 0 100101 101001 10000001 11100 101110

Color Harmonies of #55965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55965F

Black with #55965F

Text Example


Text Example

White with #55965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55965F; }

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

 H1.HeaderClassName
 {
   color: #55965F;
 }
 .AnyTagClassName
 {
   color: #55965F;
 }
</style>

background-color css

<style>
 a { background-color: #55965F; }

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

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

border-color css

<style>
 span { border-color: #55965F; }

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

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