Html Css Color HEX #55BD52 Fruit Salad

📋 copy color: '#55BD52'

red 85 ◦ green 189 ◦ blue 82

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

Shades of Fruit Salad #55BD52

Tints of Fruit Salad #55BD52

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 23.88%
G = 53.09%
B = 23.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#55BD52 (or 0x55BD52) is known color: Fruit Salad. HEX triplet: 55, BD and 52. RGB value is (85,189,82). Sum of RGB (Red+Green+Blue) = 85+189+82=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD52 is #AA42AD. Grayscale: #929292. Windows color (decimal): -11158190 or 5422421. OLE color: 5422421.

HSL color Cylindrical-coordinate representation of color #55BD52: hue angle of 118.32º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55BD52 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 82 -
CMYK 0.55 0 0.57 0.26
HSL 118.32º 0.45% 0.53% -
HSV(B) 118.32º 0.57% 0.74% -
XYZ 23.47 38.94 14.26 -
YUV 145.71 92.04 84.7 -
System Red Green Blue C M Y K H S L
Decimal 85 189 82 0.55 0 0.57 0.26 118.32 0.45 0.53
Hex 55 BD 52 37 0 39 1A 76 2D 35
Octal 125 275 122 67 0 71 32 166 55 65
Binary 1010101 10111101 1010010 110111 0 111001 11010 1110110 101101 110101

Color Harmonies of #55BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD52

Black with #55BD52

Text Example


Text Example

White with #55BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,82); }

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

background-color css

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

 a { background-color: rgb(85,189,82); }

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

border-color css

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

 span { border-color: rgb(85,189,82); }

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