Html Css Color HEX #54A84A Fruit Salad

📋 copy color: '#54A84A'

red 84 ◦ green 168 ◦ blue 74

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

Shades of Fruit Salad #54A84A

Tints of Fruit Salad #54A84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.53%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 25.77%
G = 51.53%
B = 22.7%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#54A84A (or 0x54A84A) is known color: Fruit Salad. HEX triplet: 54, A8 and 4A. RGB value is (84,168,74). Sum of RGB (Red+Green+Blue) = 84+168+74=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #54A84A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A84A is #AB57B5. Grayscale: #848484. Windows color (decimal): -11229110 or 4892756. OLE color: 4892756.

HSL color Cylindrical-coordinate representation of color #54A84A: hue angle of 113.62º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A84A is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 168 74 -
CMYK 0.5 0 0.56 0.34
HSL 113.62º 0.39% 0.47% -
HSV(B) 113.62º 0.56% 0.66% -
XYZ 18.89 30.38 11.35 -
YUV 132.17 95.17 93.64 -
System Red Green Blue C M Y K H S L
Decimal 84 168 74 0.5 0 0.56 0.34 113.62 0.39 0.47
Hex 54 A8 4A 32 0 38 22 72 27 2F
Octal 124 250 112 62 0 70 42 162 47 57
Binary 1010100 10101000 1001010 110010 0 111000 100010 1110010 100111 101111

Color Harmonies of #54A84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A84A

Black with #54A84A

Text Example


Text Example

White with #54A84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,168,74); }

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

background-color css

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

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

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

border-color css

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

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

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