Html Css Color HEX #52BA57 Fruit Salad

📋 copy color: '#52BA57'

red 82 ◦ green 186 ◦ blue 87

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

Shades of Fruit Salad #52BA57

Tints of Fruit Salad #52BA57

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.39%

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 23.1%
G = 52.39%
B = 24.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#52BA57 (or 0x52BA57) is known color: Fruit Salad. HEX triplet: 52, BA and 57. RGB value is (82,186,87). Sum of RGB (Red+Green+Blue) = 82+186+87=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA57 is #AD45A8. Grayscale: #8F8F8F. Windows color (decimal): -11355561 or 5749330. OLE color: 5749330.

HSL color Cylindrical-coordinate representation of color #52BA57: hue angle of 122.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA57 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 87 -
CMYK 0.56 0 0.53 0.27
HSL 122.88º 0.43% 0.53% -
HSV(B) 122.88º 0.56% 0.73% -
XYZ 22.76 37.6 15.07 -
YUV 143.62 96.04 84.05 -
System Red Green Blue C M Y K H S L
Decimal 82 186 87 0.56 0 0.53 0.27 122.88 0.43 0.53
Hex 52 BA 57 38 0 35 1B 7B 2B 35
Octal 122 272 127 70 0 65 33 173 53 65
Binary 1010010 10111010 1010111 111000 0 110101 11011 1111011 101011 110101

Color Harmonies of #52BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA57

Black with #52BA57

Text Example


Text Example

White with #52BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,87); }

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

background-color css

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

 a { background-color: rgb(82,186,87); }

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

border-color css

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

 span { border-color: rgb(82,186,87); }

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