Html Css Color HEX #52B45C Fruit Salad

📋 copy color: '#52B45C'

red 82 ◦ green 180 ◦ blue 92

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

Shades of Fruit Salad #52B45C

Tints of Fruit Salad #52B45C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 23.16%
G = 50.85%
B = 25.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#52B45C (or 0x52B45C) is known color: Fruit Salad. HEX triplet: 52, B4 and 5C. RGB value is (82,180,92). Sum of RGB (Red+Green+Blue) = 82+180+92=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #52B45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B45C is #AD4BA3. Grayscale: #8C8C8C. Windows color (decimal): -11357092 or 6075474. OLE color: 6075474.

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

Color convert

RGB 82 180 92 -
CMYK 0.54 0 0.49 0.29
HSL 126.12º 0.4% 0.51% -
HSV(B) 126.12º 0.54% 0.71% -
XYZ 21.73 35.21 15.78 -
YUV 140.67 100.53 86.16 -
System Red Green Blue C M Y K H S L
Decimal 82 180 92 0.54 0 0.49 0.29 126.12 0.4 0.51
Hex 52 B4 5C 36 0 31 1D 7E 28 33
Octal 122 264 134 66 0 61 35 176 50 63
Binary 1010010 10110100 1011100 110110 0 110001 11101 1111110 101000 110011

Color Harmonies of #52B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B45C

Black with #52B45C

Text Example


Text Example

White with #52B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,180,92); }

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

background-color css

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

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

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

border-color css

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

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

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