Html Css Color HEX #55B955 Fruit Salad

📋 copy color: '#55B955'

red 85 ◦ green 185 ◦ blue 85

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

Shades of Fruit Salad #55B955

Tints of Fruit Salad #55B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.11%

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

R = 23.94%
G = 52.11%
B = 23.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#55B955 (or 0x55B955) is known color: Fruit Salad. HEX triplet: 55, B9 and 55. RGB value is (85,185,85). Sum of RGB (Red+Green+Blue) = 85+185+85=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #55B955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B955 is #AA46AA. Grayscale: #8F8F8F. Windows color (decimal): -11159211 or 5618005. OLE color: 5618005.

HSL color Cylindrical-coordinate representation of color #55B955: hue angle of 120º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B955 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 185 85 -
CMYK 0.54 0 0.54 0.27
HSL 120º 0.42% 0.53% -
HSV(B) 120º 0.54% 0.73% -
XYZ 22.73 37.29 14.59 -
YUV 143.7 94.87 86.13 -
System Red Green Blue C M Y K H S L
Decimal 85 185 85 0.54 0 0.54 0.27 120 0.42 0.53
Hex 55 B9 55 36 0 36 1B 78 2A 35
Octal 125 271 125 66 0 66 33 170 52 65
Binary 1010101 10111001 1010101 110110 0 110110 11011 1111000 101010 110101

Color Harmonies of #55B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B955

Black with #55B955

Text Example


Text Example

White with #55B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B955; }

 p { color: rgb(85,185,85); }

 H1.HeaderClassName
 {
   color: #55B955;
 }
 .AnyTagClassName
 {
   color: #55B955;
 }
</style>

background-color css

<style>
 a { background-color: #55B955; }

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

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

border-color css

<style>
 span { border-color: #55B955; }

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

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