Html Css Color HEX #54AF4A Fruit Salad

📋 copy color: '#54AF4A'

red 84 ◦ green 175 ◦ blue 74

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

Shades of Fruit Salad #54AF4A

Tints of Fruit Salad #54AF4A

RGB

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

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

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

R = 25.23%
G = 52.55%
B = 22.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#54AF4A (or 0x54AF4A) is known color: Fruit Salad. HEX triplet: 54, AF and 4A. RGB value is (84,175,74). Sum of RGB (Red+Green+Blue) = 84+175+74=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AF4A is #AB50B5. Grayscale: #888888. Windows color (decimal): -11227318 or 4894548. OLE color: 4894548.

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

Color convert

RGB 84 175 74 -
CMYK 0.52 0 0.58 0.31
HSL 114.06º 0.41% 0.49% -
HSV(B) 114.06º 0.58% 0.69% -
XYZ 20.22 33.04 11.79 -
YUV 136.28 92.85 90.71 -
System Red Green Blue C M Y K H S L
Decimal 84 175 74 0.52 0 0.58 0.31 114.06 0.41 0.49
Hex 54 AF 4A 34 0 3A 1F 72 29 31
Octal 124 257 112 64 0 72 37 162 51 61
Binary 1010100 10101111 1001010 110100 0 111010 11111 1110010 101001 110001

Color Harmonies of #54AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF4A

Black with #54AF4A

Text Example


Text Example

White with #54AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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