Html Css Color HEX #52B155 Fruit Salad

📋 copy color: '#52B155'

red 82 ◦ green 177 ◦ blue 85

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

Shades of Fruit Salad #52B155

Tints of Fruit Salad #52B155

RGB

 RED value IS 82 (32.42% from 255) = 23.84%

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

 BLUE value IS 85 (33.59% from 255) = 24.71%

R = 23.84%
G = 51.45%
B = 24.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#52B155 (or 0x52B155) is known color: Fruit Salad. HEX triplet: 52, B1 and 55. RGB value is (82,177,85). Sum of RGB (Red+Green+Blue) = 82+177+85=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #52B155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B155 is #AD4EAA. Grayscale: #8A8A8A. Windows color (decimal): -11357867 or 5615954. OLE color: 5615954.

HSL color Cylindrical-coordinate representation of color #52B155: hue angle of 121.89º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B155 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 177 85 -
CMYK 0.54 0 0.52 0.31
HSL 121.89º 0.38% 0.51% -
HSV(B) 121.89º 0.54% 0.69% -
XYZ 20.84 33.89 14.04 -
YUV 138.11 98.03 87.98 -
System Red Green Blue C M Y K H S L
Decimal 82 177 85 0.54 0 0.52 0.31 121.89 0.38 0.51
Hex 52 B1 55 36 0 34 1F 7A 26 33
Octal 122 261 125 66 0 64 37 172 46 63
Binary 1010010 10110001 1010101 110110 0 110100 11111 1111010 100110 110011

Color Harmonies of #52B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B155

Black with #52B155

Text Example


Text Example

White with #52B155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B155; }

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

 H1.HeaderClassName
 {
   color: #52B155;
 }
 .AnyTagClassName
 {
   color: #52B155;
 }
</style>

background-color css

<style>
 a { background-color: #52B155; }

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

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

border-color css

<style>
 span { border-color: #52B155; }

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

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