Html Css Color HEX #55AB51 Fruit Salad

📋 copy color: '#55AB51'

red 85 ◦ green 171 ◦ blue 81

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

Shades of Fruit Salad #55AB51

Tints of Fruit Salad #55AB51

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 81 (32.03% from 255) = 24.04%

R = 25.22%
G = 50.74%
B = 24.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#55AB51 (or 0x55AB51) is known color: Fruit Salad. HEX triplet: 55, AB and 51. RGB value is (85,171,81). Sum of RGB (Red+Green+Blue) = 85+171+81=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB51 is #AA54AE. Grayscale: #878787. Windows color (decimal): -11162799 or 5352277. OLE color: 5352277.

HSL color Cylindrical-coordinate representation of color #55AB51: hue angle of 117.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AB51 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 81 -
CMYK 0.50 0 0.53 0.33
HSL 117.33º 0.36% 0.49% -
HSV(B) 117.33º 0.53% 0.67% -
XYZ 19.79 31.65 12.85 -
YUV 135.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 85 171 81 0.50 0 0.53 0.33 117.33 0.36 0.49
Hex 55 AB 51 32 0 35 21 75 24 31
Octal 125 253 121 62 0 65 41 165 44 61
Binary 1010101 10101011 1010001 110010 0 110101 100001 1110101 100100 110001

Color Harmonies of #55AB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB51

Black with #55AB51

Text Example


Text Example

White with #55AB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,81); }

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

background-color css

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

 a { background-color: rgb(85,171,81); }

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

border-color css

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

 span { border-color: rgb(85,171,81); }

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