Html Css Color HEX #54BA50 Fruit Salad

📋 copy color: '#54BA50'

red 84 ◦ green 186 ◦ blue 80

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

Shades of Fruit Salad #54BA50

Tints of Fruit Salad #54BA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 24%
G = 53.14%
B = 22.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#54BA50 (or 0x54BA50) is known color: Fruit Salad. HEX triplet: 54, BA and 50. RGB value is (84,186,80). Sum of RGB (Red+Green+Blue) = 84+186+80=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA50 is #AB45AF. Grayscale: #8F8F8F. Windows color (decimal): -11224496 or 5290580. OLE color: 5290580.

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

Color convert

RGB 84 186 80 -
CMYK 0.55 0 0.57 0.27
HSL 117.74º 0.43% 0.52% -
HSV(B) 117.74º 0.57% 0.73% -
XYZ 22.66 37.58 13.65 -
YUV 143.42 92.21 85.62 -
System Red Green Blue C M Y K H S L
Decimal 84 186 80 0.55 0 0.57 0.27 117.74 0.43 0.52
Hex 54 BA 50 37 0 39 1B 76 2B 34
Octal 124 272 120 67 0 71 33 166 53 64
Binary 1010100 10111010 1010000 110111 0 111001 11011 1110110 101011 110100

Color Harmonies of #54BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BA50

Black with #54BA50

Text Example


Text Example

White with #54BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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