Html Css Color HEX #55A248 Fruit Salad

📋 copy color: '#55A248'

red 85 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #55A248

Tints of Fruit Salad #55A248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 26.65%
G = 50.78%
B = 22.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#55A248 (or 0x55A248) is known color: Fruit Salad. HEX triplet: 55, A2 and 48. RGB value is (85,162,72). Sum of RGB (Red+Green+Blue) = 85+162+72=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #55A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A248 is #AA5DB7. Grayscale: #818181. Windows color (decimal): -11165112 or 4760149. OLE color: 4760149.

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

Color convert

RGB 85 162 72 -
CMYK 0.48 0 0.56 0.36
HSL 111.33º 0.38% 0.46% -
HSV(B) 111.33º 0.56% 0.64% -
XYZ 17.84 28.24 10.64 -
YUV 128.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 85 162 72 0.48 0 0.56 0.36 111.33 0.38 0.46
Hex 55 A2 48 30 0 38 24 6F 26 2E
Octal 125 242 110 60 0 70 44 157 46 56
Binary 1010101 10100010 1001000 110000 0 111000 100100 1101111 100110 101110

Color Harmonies of #55A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A248

Black with #55A248

Text Example


Text Example

White with #55A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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