Html Css Color HEX #54B55A Fruit Salad

📋 copy color: '#54B55A'

red 84 ◦ green 181 ◦ blue 90

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

Shades of Fruit Salad #54B55A

Tints of Fruit Salad #54B55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.99%

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 23.66%
G = 50.99%
B = 25.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#54B55A (or 0x54B55A) is known color: Fruit Salad. HEX triplet: 54, B5 and 5A. RGB value is (84,181,90). Sum of RGB (Red+Green+Blue) = 84+181+90=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #54B55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B55A is #AB4AA5. Grayscale: #8D8D8D. Windows color (decimal): -11225766 or 5944660. OLE color: 5944660.

HSL color Cylindrical-coordinate representation of color #54B55A: hue angle of 123.71º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B55A is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 181 90 -
CMYK 0.54 0 0.50 0.29
HSL 123.71º 0.4% 0.52% -
HSV(B) 123.71º 0.54% 0.71% -
XYZ 22.03 35.67 15.4 -
YUV 141.62 98.86 86.9 -
System Red Green Blue C M Y K H S L
Decimal 84 181 90 0.54 0 0.50 0.29 123.71 0.4 0.52
Hex 54 B5 5A 36 0 32 1D 7C 28 34
Octal 124 265 132 66 0 62 35 174 50 64
Binary 1010100 10110101 1011010 110110 0 110010 11101 1111100 101000 110100

Color Harmonies of #54B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B55A

Black with #54B55A

Text Example


Text Example

White with #54B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,181,90); }

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

background-color css

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

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

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

border-color css

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

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

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