Html Css Color HEX #54B34E Fruit Salad

📋 copy color: '#54B34E'

red 84 ◦ green 179 ◦ blue 78

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

Shades of Fruit Salad #54B34E

Tints of Fruit Salad #54B34E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.49%

 BLUE value IS 78 (30.86% from 255) = 22.87%

R = 24.63%
G = 52.49%
B = 22.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#54B34E (or 0x54B34E) is known color: Fruit Salad. HEX triplet: 54, B3 and 4E. RGB value is (84,179,78). Sum of RGB (Red+Green+Blue) = 84+179+78=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #54B34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B34E is #AB4CB1. Grayscale: #8B8B8B. Windows color (decimal): -11226290 or 5157716. OLE color: 5157716.

HSL color Cylindrical-coordinate representation of color #54B34E: hue angle of 116.44º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54B34E is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 179 78 -
CMYK 0.53 0 0.56 0.30
HSL 116.44º 0.4% 0.5% -
HSV(B) 116.44º 0.56% 0.7% -
XYZ 21.15 34.68 12.79 -
YUV 139.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 84 179 78 0.53 0 0.56 0.30 116.44 0.4 0.5
Hex 54 B3 4E 35 0 38 1E 74 28 32
Octal 124 263 116 65 0 70 36 164 50 62
Binary 1010100 10110011 1001110 110101 0 111000 11110 1110100 101000 110010

Color Harmonies of #54B34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B34E

Black with #54B34E

Text Example


Text Example

White with #54B34E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,179,78); }

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

background-color css

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

 a { background-color: rgb(84,179,78); }

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

border-color css

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

 span { border-color: rgb(84,179,78); }

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