Html Css Color HEX #55B855 Fruit Salad

📋 copy color: '#55B855'

red 85 ◦ green 184 ◦ blue 85

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

Shades of Fruit Salad #55B855

Tints of Fruit Salad #55B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.98%

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

R = 24.01%
G = 51.98%
B = 24.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#55B855 (or 0x55B855) is known color: Fruit Salad. HEX triplet: 55, B8 and 55. RGB value is (85,184,85). Sum of RGB (Red+Green+Blue) = 85+184+85=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #55B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B855 is #AA47AA. Grayscale: #8F8F8F. Windows color (decimal): -11159467 or 5617749. OLE color: 5617749.

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

Color convert

RGB 85 184 85 -
CMYK 0.54 0 0.54 0.28
HSL 120º 0.41% 0.53% -
HSV(B) 120º 0.54% 0.72% -
XYZ 22.53 36.87 14.52 -
YUV 143.11 95.2 86.55 -
System Red Green Blue C M Y K H S L
Decimal 85 184 85 0.54 0 0.54 0.28 120 0.41 0.53
Hex 55 B8 55 36 0 36 1C 78 29 35
Octal 125 270 125 66 0 66 34 170 51 65
Binary 1010101 10111000 1010101 110110 0 110110 11100 1111000 101001 110101

Color Harmonies of #55B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B855

Black with #55B855

Text Example


Text Example

White with #55B855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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