Html Css Color HEX #54BA55 Fruit Salad

📋 copy color: '#54BA55'

red 84 ◦ green 186 ◦ blue 85

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

Shades of Fruit Salad #54BA55

Tints of Fruit Salad #54BA55

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #54BA55: hue angle of 120.59º 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 #54BA55 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 186 85 -
CMYK 0.55 0 0.54 0.27
HSL 120.59º 0.43% 0.53% -
HSV(B) 120.59º 0.55% 0.73% -
XYZ 22.85 37.66 14.66 -
YUV 143.99 94.71 85.21 -
System Red Green Blue C M Y K H S L
Decimal 84 186 85 0.55 0 0.54 0.27 120.59 0.43 0.53
Hex 54 BA 55 37 0 36 1B 79 2A 35
Octal 124 272 125 67 0 66 33 171 52 65
Binary 1010100 10111010 1010101 110111 0 110110 11011 1111001 101010 110101

Color Harmonies of #54BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BA55

Black with #54BA55

Text Example


Text Example

White with #54BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54BA55; }

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

 H1.HeaderClassName
 {
   color: #54BA55;
 }
 .AnyTagClassName
 {
   color: #54BA55;
 }
</style>

background-color css

<style>
 a { background-color: #54BA55; }

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

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

border-color css

<style>
 span { border-color: #54BA55; }

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

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