Html Css Color HEX #52AD4B Fruit Salad

📋 copy color: '#52AD4B'

red 82 ◦ green 173 ◦ blue 75

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

Shades of Fruit Salad #52AD4B

Tints of Fruit Salad #52AD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.42%

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 24.85%
G = 52.42%
B = 22.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#52AD4B (or 0x52AD4B) is known color: Fruit Salad. HEX triplet: 52, AD and 4B. RGB value is (82,173,75). Sum of RGB (Red+Green+Blue) = 82+173+75=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD4B is #AD52B4. Grayscale: #868686. Windows color (decimal): -11358901 or 4959570. OLE color: 4959570.

HSL color Cylindrical-coordinate representation of color #52AD4B: hue angle of 115.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52AD4B is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 75 -
CMYK 0.53 0 0.57 0.32
HSL 115.71º 0.4% 0.49% -
HSV(B) 115.71º 0.57% 0.68% -
XYZ 19.69 32.19 11.83 -
YUV 134.62 94.35 90.47 -
System Red Green Blue C M Y K H S L
Decimal 82 173 75 0.53 0 0.57 0.32 115.71 0.4 0.49
Hex 52 AD 4B 35 0 39 20 74 28 31
Octal 122 255 113 65 0 71 40 164 50 61
Binary 1010010 10101101 1001011 110101 0 111001 100000 1110100 101000 110001

Color Harmonies of #52AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD4B

Black with #52AD4B

Text Example


Text Example

White with #52AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,75); }

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

background-color css

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

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

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

border-color css

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

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

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