Html Css Color HEX #55A24B Fruit Salad

📋 copy color: '#55A24B'

red 85 ◦ green 162 ◦ blue 75

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

Shades of Fruit Salad #55A24B

Tints of Fruit Salad #55A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.31%

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 26.4%
G = 50.31%
B = 23.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#55A24B (or 0x55A24B) is known color: Fruit Salad. HEX triplet: 55, A2 and 4B. RGB value is (85,162,75). Sum of RGB (Red+Green+Blue) = 85+162+75=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #55A24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A24B is #AA5DB4. Grayscale: #818181. Windows color (decimal): -11165109 or 4956757. OLE color: 4956757.

HSL color Cylindrical-coordinate representation of color #55A24B: hue angle of 113.1º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55A24B is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 75 -
CMYK 0.48 0 0.54 0.36
HSL 113.1º 0.37% 0.46% -
HSV(B) 113.1º 0.54% 0.64% -
XYZ 17.94 28.28 11.17 -
YUV 129.06 97.49 96.57 -
System Red Green Blue C M Y K H S L
Decimal 85 162 75 0.48 0 0.54 0.36 113.1 0.37 0.46
Hex 55 A2 4B 30 0 36 24 71 25 2E
Octal 125 242 113 60 0 66 44 161 45 56
Binary 1010101 10100010 1001011 110000 0 110110 100100 1110001 100101 101110

Color Harmonies of #55A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A24B

Black with #55A24B

Text Example


Text Example

White with #55A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,162,75); }

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

background-color css

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

 a { background-color: rgb(85,162,75); }

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

border-color css

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

 span { border-color: rgb(85,162,75); }

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