Html Css Color HEX #54A25F Fruit Salad

📋 copy color: '#54A25F'

red 84 ◦ green 162 ◦ blue 95

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

Shades of Fruit Salad #54A25F

Tints of Fruit Salad #54A25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.51%

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 24.63%
G = 47.51%
B = 27.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#54A25F (or 0x54A25F) is known color: Fruit Salad. HEX triplet: 54, A2 and 5F. RGB value is (84,162,95). Sum of RGB (Red+Green+Blue) = 84+162+95=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #54A25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A25F is #AB5DA0. Grayscale: #838383. Windows color (decimal): -11230625 or 6267476. OLE color: 6267476.

HSL color Cylindrical-coordinate representation of color #54A25F: hue angle of 128.46º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A25F is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 162 95 -
CMYK 0.48 0 0.41 0.36
HSL 128.46º 0.32% 0.48% -
HSV(B) 128.46º 0.48% 0.64% -
XYZ 18.64 28.55 15.35 -
YUV 131.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 84 162 95 0.48 0 0.41 0.36 128.46 0.32 0.48
Hex 54 A2 5F 30 0 29 24 80 20 30
Octal 124 242 137 60 0 51 44 200 40 60
Binary 1010100 10100010 1011111 110000 0 101001 100100 10000000 100000 110000

Color Harmonies of #54A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A25F

Black with #54A25F

Text Example


Text Example

White with #54A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,162,95); }

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

background-color css

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

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

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

border-color css

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

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

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