Html Css Color HEX #52A853 Fruit Salad

📋 copy color: '#52A853'

red 82 ◦ green 168 ◦ blue 83

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

Shades of Fruit Salad #52A853

Tints of Fruit Salad #52A853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.45%

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

R = 24.62%
G = 50.45%
B = 24.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#52A853 (or 0x52A853) is known color: Fruit Salad. HEX triplet: 52, A8 and 53. RGB value is (82,168,83). Sum of RGB (Red+Green+Blue) = 82+168+83=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #52A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A853 is #AD57AC. Grayscale: #848484. Windows color (decimal): -11360173 or 5482578. OLE color: 5482578.

HSL color Cylindrical-coordinate representation of color #52A853: hue angle of 120.7º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A853 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 83 -
CMYK 0.51 0 0.51 0.34
HSL 120.7º 0.34% 0.49% -
HSV(B) 120.7º 0.51% 0.66% -
XYZ 19.04 30.42 13.05 -
YUV 132.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 82 168 83 0.51 0 0.51 0.34 120.7 0.34 0.49
Hex 52 A8 53 33 0 33 22 79 22 31
Octal 122 250 123 63 0 63 42 171 42 61
Binary 1010010 10101000 1010011 110011 0 110011 100010 1111001 100010 110001

Color Harmonies of #52A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A853

Black with #52A853

Text Example


Text Example

White with #52A853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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