Html Css Color HEX #55B451 Fruit Salad

📋 copy color: '#55B451'

red 85 ◦ green 180 ◦ blue 81

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

Shades of Fruit Salad #55B451

Tints of Fruit Salad #55B451

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.02%

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

R = 24.57%
G = 52.02%
B = 23.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#55B451 (or 0x55B451) is known color: Fruit Salad. HEX triplet: 55, B4 and 51. RGB value is (85,180,81). Sum of RGB (Red+Green+Blue) = 85+180+81=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #55B451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B451 is #AA4BAE. Grayscale: #8C8C8C. Windows color (decimal): -11160495 or 5354581. OLE color: 5354581.

HSL color Cylindrical-coordinate representation of color #55B451: hue angle of 117.58º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B451 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 180 81 -
CMYK 0.53 0 0.55 0.29
HSL 117.58º 0.4% 0.51% -
HSV(B) 117.58º 0.55% 0.71% -
XYZ 21.55 35.17 13.44 -
YUV 140.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 85 180 81 0.53 0 0.55 0.29 117.58 0.4 0.51
Hex 55 B4 51 35 0 37 1D 76 28 33
Octal 125 264 121 65 0 67 35 166 50 63
Binary 1010101 10110100 1010001 110101 0 110111 11101 1110110 101000 110011

Color Harmonies of #55B451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B451

Black with #55B451

Text Example


Text Example

White with #55B451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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