Html Css Color HEX #54AF5C Fruit Salad

📋 copy color: '#54AF5C'

red 84 ◦ green 175 ◦ blue 92

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

Shades of Fruit Salad #54AF5C

Tints of Fruit Salad #54AF5C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.86%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 23.93%
G = 49.86%
B = 26.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#54AF5C (or 0x54AF5C) is known color: Fruit Salad. HEX triplet: 54, AF and 5C. RGB value is (84,175,92). Sum of RGB (Red+Green+Blue) = 84+175+92=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF5C is #AB50A3. Grayscale: #8A8A8A. Windows color (decimal): -11227300 or 6074196. OLE color: 6074196.

HSL color Cylindrical-coordinate representation of color #54AF5C: hue angle of 125.27º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF5C is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 92 -
CMYK 0.52 0 0.47 0.31
HSL 125.27º 0.36% 0.51% -
HSV(B) 125.27º 0.52% 0.69% -
XYZ 20.92 33.32 15.45 -
YUV 138.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 84 175 92 0.52 0 0.47 0.31 125.27 0.36 0.51
Hex 54 AF 5C 34 0 2F 1F 7D 24 33
Octal 124 257 134 64 0 57 37 175 44 63
Binary 1010100 10101111 1011100 110100 0 101111 11111 1111101 100100 110011

Color Harmonies of #54AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF5C

Black with #54AF5C

Text Example


Text Example

White with #54AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,175,92); }

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

background-color css

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

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

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

border-color css

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

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

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