Html Css Color HEX #55A752 Fruit Salad

📋 copy color: '#55A752'

red 85 ◦ green 167 ◦ blue 82

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

Shades of Fruit Salad #55A752

Tints of Fruit Salad #55A752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.55%

R = 25.45%
G = 50%
B = 24.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#55A752 (or 0x55A752) is known color: Fruit Salad. HEX triplet: 55, A7 and 52. RGB value is (85,167,82). Sum of RGB (Red+Green+Blue) = 85+167+82=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #55A752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A752 is #AA58AD. Grayscale: #858585. Windows color (decimal): -11163822 or 5416789. OLE color: 5416789.

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

Color convert

RGB 85 167 82 -
CMYK 0.49 0 0.51 0.35
HSL 117.88º 0.34% 0.49% -
HSV(B) 117.88º 0.51% 0.65% -
XYZ 19.09 30.18 12.8 -
YUV 132.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 85 167 82 0.49 0 0.51 0.35 117.88 0.34 0.49
Hex 55 A7 52 31 0 33 23 76 22 31
Octal 125 247 122 61 0 63 43 166 42 61
Binary 1010101 10100111 1010010 110001 0 110011 100011 1110110 100010 110001

Color Harmonies of #55A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A752

Black with #55A752

Text Example


Text Example

White with #55A752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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