Html Css Color HEX #52B055 Fruit Salad

📋 copy color: '#52B055'

red 82 ◦ green 176 ◦ blue 85

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

Shades of Fruit Salad #52B055

Tints of Fruit Salad #52B055

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.31%

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

R = 23.91%
G = 51.31%
B = 24.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#52B055 (or 0x52B055) is known color: Fruit Salad. HEX triplet: 52, B0 and 55. RGB value is (82,176,85). Sum of RGB (Red+Green+Blue) = 82+176+85=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #52B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B055 is #AD4FAA. Grayscale: #898989. Windows color (decimal): -11358123 or 5615698. OLE color: 5615698.

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

Color convert

RGB 82 176 85 -
CMYK 0.53 0 0.52 0.31
HSL 121.91º 0.37% 0.51% -
HSV(B) 121.91º 0.53% 0.69% -
XYZ 20.64 33.5 13.97 -
YUV 137.52 98.36 88.4 -
System Red Green Blue C M Y K H S L
Decimal 82 176 85 0.53 0 0.52 0.31 121.91 0.37 0.51
Hex 52 B0 55 35 0 34 1F 7A 25 33
Octal 122 260 125 65 0 64 37 172 45 63
Binary 1010010 10110000 1010101 110101 0 110100 11111 1111010 100101 110011

Color Harmonies of #52B055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B055

Black with #52B055

Text Example


Text Example

White with #52B055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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