Html Css Color HEX #54B354 Fruit Salad

📋 copy color: '#54B354'

red 84 ◦ green 179 ◦ blue 84

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

Shades of Fruit Salad #54B354

Tints of Fruit Salad #54B354

RGB

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

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

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

R = 24.21%
G = 51.59%
B = 24.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#54B354 (or 0x54B354) is known color: Fruit Salad. HEX triplet: 54, B3 and 54. RGB value is (84,179,84). Sum of RGB (Red+Green+Blue) = 84+179+84=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #54B354 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B354 is #AB4CAB. Grayscale: #8C8C8C. Windows color (decimal): -11226284 or 5550932. OLE color: 5550932.

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

Color convert

RGB 84 179 84 -
CMYK 0.53 0 0.53 0.30
HSL 120º 0.38% 0.52% -
HSV(B) 120º 0.53% 0.7% -
XYZ 21.38 34.77 13.97 -
YUV 139.77 96.53 88.22 -
System Red Green Blue C M Y K H S L
Decimal 84 179 84 0.53 0 0.53 0.30 120 0.38 0.52
Hex 54 B3 54 35 0 35 1E 78 26 34
Octal 124 263 124 65 0 65 36 170 46 64
Binary 1010100 10110011 1010100 110101 0 110101 11110 1111000 100110 110100

Color Harmonies of #54B354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B354

Black with #54B354

Text Example


Text Example

White with #54B354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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