Html Css Color HEX #52BA50 Fruit Salad

📋 copy color: '#52BA50'

red 82 ◦ green 186 ◦ blue 80

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

Shades of Fruit Salad #52BA50

Tints of Fruit Salad #52BA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 23.56%
G = 53.45%
B = 22.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#52BA50 (or 0x52BA50) is known color: Fruit Salad. HEX triplet: 52, BA and 50. RGB value is (82,186,80). Sum of RGB (Red+Green+Blue) = 82+186+80=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA50 is #AD45AF. Grayscale: #8F8F8F. Windows color (decimal): -11355568 or 5290578. OLE color: 5290578.

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

Color convert

RGB 82 186 80 -
CMYK 0.56 0 0.57 0.27
HSL 118.87º 0.43% 0.52% -
HSV(B) 118.87º 0.57% 0.73% -
XYZ 22.49 37.49 13.64 -
YUV 142.82 92.54 84.62 -
System Red Green Blue C M Y K H S L
Decimal 82 186 80 0.56 0 0.57 0.27 118.87 0.43 0.52
Hex 52 BA 50 38 0 39 1B 77 2B 34
Octal 122 272 120 70 0 71 33 167 53 64
Binary 1010010 10111010 1010000 111000 0 111001 11011 1110111 101011 110100

Color Harmonies of #52BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA50

Black with #52BA50

Text Example


Text Example

White with #52BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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