Html Css Color HEX #55BA54 Fruit Salad

📋 copy color: '#55BA54'

red 85 ◦ green 186 ◦ blue 84

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

Shades of Fruit Salad #55BA54

Tints of Fruit Salad #55BA54

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.39%

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 23.94%
G = 52.39%
B = 23.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#55BA54 (or 0x55BA54) is known color: Fruit Salad. HEX triplet: 55, BA and 54. RGB value is (85,186,84). Sum of RGB (Red+Green+Blue) = 85+186+84=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA54 is #AA45AB. Grayscale: #909090. Windows color (decimal): -11158956 or 5552725. OLE color: 5552725.

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

Color convert

RGB 85 186 84 -
CMYK 0.54 0 0.55 0.27
HSL 119.41º 0.43% 0.53% -
HSV(B) 119.41º 0.55% 0.73% -
XYZ 22.91 37.69 14.46 -
YUV 144.17 94.04 85.79 -
System Red Green Blue C M Y K H S L
Decimal 85 186 84 0.54 0 0.55 0.27 119.41 0.43 0.53
Hex 55 BA 54 36 0 37 1B 77 2A 35
Octal 125 272 124 66 0 67 33 167 52 65
Binary 1010101 10111010 1010100 110110 0 110111 11011 1110111 101010 110101

Color Harmonies of #55BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA54

Black with #55BA54

Text Example


Text Example

White with #55BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,84); }

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

background-color css

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

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

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

border-color css

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

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

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