Html Css Color HEX #52BA52 Fruit Salad

📋 copy color: '#52BA52'

red 82 ◦ green 186 ◦ blue 82

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

Shades of Fruit Salad #52BA52

Tints of Fruit Salad #52BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 23.43%
G = 53.14%
B = 23.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#52BA52 (or 0x52BA52) is known color: Fruit Salad. HEX triplet: 52, BA and 52. RGB value is (82,186,82). Sum of RGB (Red+Green+Blue) = 82+186+82=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA52 is #AD45AD. Grayscale: #8F8F8F. Windows color (decimal): -11355566 or 5421650. OLE color: 5421650.

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

Color convert

RGB 82 186 82 -
CMYK 0.56 0 0.56 0.27
HSL 120º 0.43% 0.53% -
HSV(B) 120º 0.56% 0.73% -
XYZ 22.56 37.52 14.04 -
YUV 143.05 93.54 84.46 -
System Red Green Blue C M Y K H S L
Decimal 82 186 82 0.56 0 0.56 0.27 120 0.43 0.53
Hex 52 BA 52 38 0 38 1B 78 2B 35
Octal 122 272 122 70 0 70 33 170 53 65
Binary 1010010 10111010 1010010 111000 0 111000 11011 1111000 101011 110101

Color Harmonies of #52BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA52

Black with #52BA52

Text Example


Text Example

White with #52BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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