Html Css Color HEX #55B14B Fruit Salad

📋 copy color: '#55B14B'

red 85 ◦ green 177 ◦ blue 75

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

Shades of Fruit Salad #55B14B

Tints of Fruit Salad #55B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.52%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 25.22%
G = 52.52%
B = 22.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#55B14B (or 0x55B14B) is known color: Fruit Salad. HEX triplet: 55, B1 and 4B. RGB value is (85,177,75). Sum of RGB (Red+Green+Blue) = 85+177+75=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #55B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B14B is #AA4EB4. Grayscale: #8A8A8A. Windows color (decimal): -11161269 or 4960597. OLE color: 4960597.

HSL color Cylindrical-coordinate representation of color #55B14B: hue angle of 114.12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55B14B is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 177 75 -
CMYK 0.52 0 0.58 0.31
HSL 114.12º 0.4% 0.49% -
HSV(B) 114.12º 0.58% 0.69% -
XYZ 20.74 33.88 12.1 -
YUV 137.86 92.52 90.29 -
System Red Green Blue C M Y K H S L
Decimal 85 177 75 0.52 0 0.58 0.31 114.12 0.4 0.49
Hex 55 B1 4B 34 0 3A 1F 72 28 31
Octal 125 261 113 64 0 72 37 162 50 61
Binary 1010101 10110001 1001011 110100 0 111010 11111 1110010 101000 110001

Color Harmonies of #55B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B14B

Black with #55B14B

Text Example


Text Example

White with #55B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,177,75); }

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

background-color css

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

 a { background-color: rgb(85,177,75); }

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

border-color css

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

 span { border-color: rgb(85,177,75); }

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