Html Css Color HEX #55A74A Fruit Salad

📋 copy color: '#55A74A'

red 85 ◦ green 167 ◦ blue 74

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

Shades of Fruit Salad #55A74A

Tints of Fruit Salad #55A74A

RGB

 RED value IS 85 (33.59% from 255) = 26.07%

 GREEN value IS 167 (65.63% from 255) = 51.23%

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

R = 26.07%
G = 51.23%
B = 22.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#55A74A (or 0x55A74A) is known color: Fruit Salad. HEX triplet: 55, A7 and 4A. RGB value is (85,167,74). Sum of RGB (Red+Green+Blue) = 85+167+74=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #55A74A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A74A is #AA58B5. Grayscale: #848484. Windows color (decimal): -11163830 or 4892501. OLE color: 4892501.

HSL color Cylindrical-coordinate representation of color #55A74A: hue angle of 112.9º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55A74A is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 167 74 -
CMYK 0.49 0 0.56 0.35
HSL 112.9º 0.39% 0.47% -
HSV(B) 112.9º 0.56% 0.65% -
XYZ 18.8 30.06 11.29 -
YUV 131.88 95.33 94.56 -
System Red Green Blue C M Y K H S L
Decimal 85 167 74 0.49 0 0.56 0.35 112.9 0.39 0.47
Hex 55 A7 4A 31 0 38 23 71 27 2F
Octal 125 247 112 61 0 70 43 161 47 57
Binary 1010101 10100111 1001010 110001 0 111000 100011 1110001 100111 101111

Color Harmonies of #55A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A74A

Black with #55A74A

Text Example


Text Example

White with #55A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A74A; }

 p { color: rgb(85,167,74); }

 H1.HeaderClassName
 {
   color: #55A74A;
 }
 .AnyTagClassName
 {
   color: #55A74A;
 }
</style>

background-color css

<style>
 a { background-color: #55A74A; }

 a { background-color: rgb(85,167,74); }

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

border-color css

<style>
 span { border-color: #55A74A; }

 span { border-color: rgb(85,167,74); }

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