Html Css Color HEX #55A25E Fruit Salad

📋 copy color: '#55A25E'

red 85 ◦ green 162 ◦ blue 94

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

Shades of Fruit Salad #55A25E

Tints of Fruit Salad #55A25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 24.93%
G = 47.51%
B = 27.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#55A25E (or 0x55A25E) is known color: Fruit Salad. HEX triplet: 55, A2 and 5E. RGB value is (85,162,94). Sum of RGB (Red+Green+Blue) = 85+162+94=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #55A25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A25E is #AA5DA1. Grayscale: #838383. Windows color (decimal): -11165090 or 6201941. OLE color: 6201941.

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

Color convert

RGB 85 162 94 -
CMYK 0.48 0 0.42 0.36
HSL 127.01º 0.31% 0.48% -
HSV(B) 127.01º 0.48% 0.64% -
XYZ 18.69 28.58 15.12 -
YUV 131.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 85 162 94 0.48 0 0.42 0.36 127.01 0.31 0.48
Hex 55 A2 5E 30 0 2A 24 7F 1F 30
Octal 125 242 136 60 0 52 44 177 37 60
Binary 1010101 10100010 1011110 110000 0 101010 100100 1111111 11111 110000

Color Harmonies of #55A25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A25E

Black with #55A25E

Text Example


Text Example

White with #55A25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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