Html Css Color HEX #52BA53 Fruit Salad

📋 copy color: '#52BA53'

red 82 ◦ green 186 ◦ blue 83

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

Shades of Fruit Salad #52BA53

Tints of Fruit Salad #52BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 23.36%
G = 52.99%
B = 23.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#52BA53 (or 0x52BA53) is known color: Fruit Salad. HEX triplet: 52, BA and 53. RGB value is (82,186,83). Sum of RGB (Red+Green+Blue) = 82+186+83=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA53 is #AD45AC. Grayscale: #8F8F8F. Windows color (decimal): -11355565 or 5487186. OLE color: 5487186.

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

Color convert

RGB 82 186 83 -
CMYK 0.56 0 0.55 0.27
HSL 120.58º 0.43% 0.53% -
HSV(B) 120.58º 0.56% 0.73% -
XYZ 22.6 37.54 14.24 -
YUV 143.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 82 186 83 0.56 0 0.55 0.27 120.58 0.43 0.53
Hex 52 BA 53 38 0 37 1B 79 2B 35
Octal 122 272 123 70 0 67 33 171 53 65
Binary 1010010 10111010 1010011 111000 0 110111 11011 1111001 101011 110101

Color Harmonies of #52BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA53

Black with #52BA53

Text Example


Text Example

White with #52BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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