Html Css Color HEX #52BA56 Fruit Salad

📋 copy color: '#52BA56'

red 82 ◦ green 186 ◦ blue 86

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

Shades of Fruit Salad #52BA56

Tints of Fruit Salad #52BA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 23.16%
G = 52.54%
B = 24.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#52BA56 (or 0x52BA56) is known color: Fruit Salad. HEX triplet: 52, BA and 56. RGB value is (82,186,86). Sum of RGB (Red+Green+Blue) = 82+186+86=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA56 is #AD45A9. Grayscale: #8F8F8F. Windows color (decimal): -11355562 or 5683794. OLE color: 5683794.

HSL color Cylindrical-coordinate representation of color #52BA56: hue angle of 122.31º 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 #52BA56 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 86 -
CMYK 0.56 0 0.54 0.27
HSL 122.31º 0.43% 0.53% -
HSV(B) 122.31º 0.56% 0.73% -
XYZ 22.72 37.58 14.86 -
YUV 143.5 95.54 84.13 -
System Red Green Blue C M Y K H S L
Decimal 82 186 86 0.56 0 0.54 0.27 122.31 0.43 0.53
Hex 52 BA 56 38 0 36 1B 7A 2B 35
Octal 122 272 126 70 0 66 33 172 53 65
Binary 1010010 10111010 1010110 111000 0 110110 11011 1111010 101011 110101

Color Harmonies of #52BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA56

Black with #52BA56

Text Example


Text Example

White with #52BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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