Html Css Color HEX #52AF5D Fruit Salad

📋 copy color: '#52AF5D'

red 82 ◦ green 175 ◦ blue 93

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

Shades of Fruit Salad #52AF5D

Tints of Fruit Salad #52AF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 23.43%
G = 50%
B = 26.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#52AF5D (or 0x52AF5D) is known color: Fruit Salad. HEX triplet: 52, AF and 5D. RGB value is (82,175,93). Sum of RGB (Red+Green+Blue) = 82+175+93=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF5D is #AD50A2. Grayscale: #8A8A8A. Windows color (decimal): -11358371 or 6139730. OLE color: 6139730.

HSL color Cylindrical-coordinate representation of color #52AF5D: hue angle of 127.1º 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 #52AF5D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 93 -
CMYK 0.53 0 0.47 0.31
HSL 127.1º 0.37% 0.5% -
HSV(B) 127.1º 0.53% 0.69% -
XYZ 20.79 33.24 15.68 -
YUV 137.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 82 175 93 0.53 0 0.47 0.31 127.1 0.37 0.5
Hex 52 AF 5D 35 0 2F 1F 7F 25 32
Octal 122 257 135 65 0 57 37 177 45 62
Binary 1010010 10101111 1011101 110101 0 101111 11111 1111111 100101 110010

Color Harmonies of #52AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF5D

Black with #52AF5D

Text Example


Text Example

White with #52AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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