Html Css Color HEX #54BC50 Fruit Salad

📋 copy color: '#54BC50'

red 84 ◦ green 188 ◦ blue 80

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

Shades of Fruit Salad #54BC50

Tints of Fruit Salad #54BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

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

R = 23.86%
G = 53.41%
B = 22.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#54BC50 (or 0x54BC50) is known color: Fruit Salad. HEX triplet: 54, BC and 50. RGB value is (84,188,80). Sum of RGB (Red+Green+Blue) = 84+188+80=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC50 is #AB43AF. Grayscale: #909090. Windows color (decimal): -11223984 or 5291092. OLE color: 5291092.

HSL color Cylindrical-coordinate representation of color #54BC50: hue angle of 117.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54BC50 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 188 80 -
CMYK 0.55 0 0.57 0.26
HSL 117.78º 0.45% 0.53% -
HSV(B) 117.78º 0.57% 0.74% -
XYZ 23.09 38.43 13.79 -
YUV 144.59 91.54 84.78 -
System Red Green Blue C M Y K H S L
Decimal 84 188 80 0.55 0 0.57 0.26 117.78 0.45 0.53
Hex 54 BC 50 37 0 39 1A 76 2D 35
Octal 124 274 120 67 0 71 32 166 55 65
Binary 1010100 10111100 1010000 110111 0 111001 11010 1110110 101101 110101

Color Harmonies of #54BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BC50

Black with #54BC50

Text Example


Text Example

White with #54BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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