Html Css Color HEX #54AF5A Fruit Salad

📋 copy color: '#54AF5A'

red 84 ◦ green 175 ◦ blue 90

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

Shades of Fruit Salad #54AF5A

Tints of Fruit Salad #54AF5A

RGB

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

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

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

R = 24.07%
G = 50.14%
B = 25.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#54AF5A (or 0x54AF5A) is known color: Fruit Salad. HEX triplet: 54, AF and 5A. RGB value is (84,175,90). Sum of RGB (Red+Green+Blue) = 84+175+90=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF5A is #AB50A5. Grayscale: #8A8A8A. Windows color (decimal): -11227302 or 5943124. OLE color: 5943124.

HSL color Cylindrical-coordinate representation of color #54AF5A: hue angle of 123.96º 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 #54AF5A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 90 -
CMYK 0.52 0 0.49 0.31
HSL 123.96º 0.36% 0.51% -
HSV(B) 123.96º 0.52% 0.69% -
XYZ 20.83 33.28 15 -
YUV 138.1 100.85 89.41 -
System Red Green Blue C M Y K H S L
Decimal 84 175 90 0.52 0 0.49 0.31 123.96 0.36 0.51
Hex 54 AF 5A 34 0 31 1F 7C 24 33
Octal 124 257 132 64 0 61 37 174 44 63
Binary 1010100 10101111 1011010 110100 0 110001 11111 1111100 100100 110011

Color Harmonies of #54AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF5A

Black with #54AF5A

Text Example


Text Example

White with #54AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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