Html Css Color HEX #52AC4D Fruit Salad

📋 copy color: '#52AC4D'

red 82 ◦ green 172 ◦ blue 77

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

Shades of Fruit Salad #52AC4D

Tints of Fruit Salad #52AC4D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 24.77%
G = 51.96%
B = 23.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#52AC4D (or 0x52AC4D) is known color: Fruit Salad. HEX triplet: 52, AC and 4D. RGB value is (82,172,77). Sum of RGB (Red+Green+Blue) = 82+172+77=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC4D is #AD53B2. Grayscale: #868686. Windows color (decimal): -11359155 or 5090386. OLE color: 5090386.

HSL color Cylindrical-coordinate representation of color #52AC4D: hue angle of 116.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52AC4D is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 77 -
CMYK 0.52 0 0.55 0.33
HSL 116.84º 0.38% 0.49% -
HSV(B) 116.84º 0.55% 0.67% -
XYZ 19.57 31.83 12.13 -
YUV 134.26 95.68 90.72 -
System Red Green Blue C M Y K H S L
Decimal 82 172 77 0.52 0 0.55 0.33 116.84 0.38 0.49
Hex 52 AC 4D 34 0 37 21 75 26 31
Octal 122 254 115 64 0 67 41 165 46 61
Binary 1010010 10101100 1001101 110100 0 110111 100001 1110101 100110 110001

Color Harmonies of #52AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC4D

Black with #52AC4D

Text Example


Text Example

White with #52AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,77); }

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

background-color css

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

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

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

border-color css

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

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

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