Html Css Color HEX #52B060 Fruit Salad

📋 copy color: '#52B060'

red 82 ◦ green 176 ◦ blue 96

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

Shades of Fruit Salad #52B060

Tints of Fruit Salad #52B060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 23.16%
G = 49.72%
B = 27.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#52B060 (or 0x52B060) is known color: Fruit Salad. HEX triplet: 52, B0 and 60. RGB value is (82,176,96). Sum of RGB (Red+Green+Blue) = 82+176+96=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #52B060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B060 is #AD4F9F. Grayscale: #8B8B8B. Windows color (decimal): -11358112 or 6336594. OLE color: 6336594.

HSL color Cylindrical-coordinate representation of color #52B060: hue angle of 128.94º 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 #52B060 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 96 -
CMYK 0.53 0 0.45 0.31
HSL 128.94º 0.37% 0.51% -
HSV(B) 128.94º 0.53% 0.69% -
XYZ 21.12 33.69 16.46 -
YUV 138.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 82 176 96 0.53 0 0.45 0.31 128.94 0.37 0.51
Hex 52 B0 60 35 0 2D 1F 81 25 33
Octal 122 260 140 65 0 55 37 201 45 63
Binary 1010010 10110000 1100000 110101 0 101101 11111 10000001 100101 110011

Color Harmonies of #52B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B060

Black with #52B060

Text Example


Text Example

White with #52B060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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