Html Css Color HEX #54AB5F Fruit Salad

📋 copy color: '#54AB5F'

red 84 ◦ green 171 ◦ blue 95

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

Shades of Fruit Salad #54AB5F

Tints of Fruit Salad #54AB5F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.86%

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

R = 24%
G = 48.86%
B = 27.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#54AB5F (or 0x54AB5F) is known color: Fruit Salad. HEX triplet: 54, AB and 5F. RGB value is (84,171,95). Sum of RGB (Red+Green+Blue) = 84+171+95=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AB5F is #AB54A0. Grayscale: #888888. Windows color (decimal): -11228321 or 6269780. OLE color: 6269780.

HSL color Cylindrical-coordinate representation of color #54AB5F: hue angle of 127.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AB5F is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 171 95 -
CMYK 0.51 0 0.44 0.33
HSL 127.59º 0.34% 0.5% -
HSV(B) 127.59º 0.51% 0.67% -
XYZ 20.28 31.84 15.9 -
YUV 136.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 84 171 95 0.51 0 0.44 0.33 127.59 0.34 0.5
Hex 54 AB 5F 33 0 2C 21 80 22 32
Octal 124 253 137 63 0 54 41 200 42 62
Binary 1010100 10101011 1011111 110011 0 101100 100001 10000000 100010 110010

Color Harmonies of #54AB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AB5F

Black with #54AB5F

Text Example


Text Example

White with #54AB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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