Html Css Color HEX #55B25A Fruit Salad

📋 copy color: '#55B25A'

red 85 ◦ green 178 ◦ blue 90

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

Shades of Fruit Salad #55B25A

Tints of Fruit Salad #55B25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.42%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 24.08%
G = 50.42%
B = 25.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#55B25A (or 0x55B25A) is known color: Fruit Salad. HEX triplet: 55, B2 and 5A. RGB value is (85,178,90). Sum of RGB (Red+Green+Blue) = 85+178+90=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #55B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B25A is #AA4DA5. Grayscale: #8C8C8C. Windows color (decimal): -11160998 or 5943893. OLE color: 5943893.

HSL color Cylindrical-coordinate representation of color #55B25A: hue angle of 123.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B25A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 90 -
CMYK 0.52 0 0.49 0.30
HSL 123.23º 0.38% 0.52% -
HSV(B) 123.23º 0.52% 0.7% -
XYZ 21.51 34.51 15.2 -
YUV 140.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 85 178 90 0.52 0 0.49 0.30 123.23 0.38 0.52
Hex 55 B2 5A 34 0 31 1E 7B 26 34
Octal 125 262 132 64 0 61 36 173 46 64
Binary 1010101 10110010 1011010 110100 0 110001 11110 1111011 100110 110100

Color Harmonies of #55B25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B25A

Black with #55B25A

Text Example


Text Example

White with #55B25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,90); }

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

background-color css

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

 a { background-color: rgb(85,178,90); }

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

border-color css

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

 span { border-color: rgb(85,178,90); }

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