Html Css Color HEX #52AF5A Fruit Salad

📋 copy color: '#52AF5A'

red 82 ◦ green 175 ◦ blue 90

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

Shades of Fruit Salad #52AF5A

Tints of Fruit Salad #52AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.43%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 23.63%
G = 50.43%
B = 25.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#52AF5A (or 0x52AF5A) is known color: Fruit Salad. HEX triplet: 52, AF and 5A. RGB value is (82,175,90). Sum of RGB (Red+Green+Blue) = 82+175+90=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF5A is #AD50A5. Grayscale: #898989. Windows color (decimal): -11358374 or 5943122. OLE color: 5943122.

HSL color Cylindrical-coordinate representation of color #52AF5A: hue angle of 125.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF5A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 90 -
CMYK 0.53 0 0.49 0.31
HSL 125.16º 0.37% 0.5% -
HSV(B) 125.16º 0.53% 0.69% -
XYZ 20.66 33.19 14.99 -
YUV 137.5 101.19 88.41 -
System Red Green Blue C M Y K H S L
Decimal 82 175 90 0.53 0 0.49 0.31 125.16 0.37 0.5
Hex 52 AF 5A 35 0 31 1F 7D 25 32
Octal 122 257 132 65 0 61 37 175 45 62
Binary 1010010 10101111 1011010 110101 0 110001 11111 1111101 100101 110010

Color Harmonies of #52AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF5A

Black with #52AF5A

Text Example


Text Example

White with #52AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,90); }

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

background-color css

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

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

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

border-color css

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

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

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