Html Css Color HEX #52AF4A Fruit Salad

📋 copy color: '#52AF4A'

red 82 ◦ green 175 ◦ blue 74

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

Shades of Fruit Salad #52AF4A

Tints of Fruit Salad #52AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 24.77%
G = 52.87%
B = 22.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#52AF4A (or 0x52AF4A) is known color: Fruit Salad. HEX triplet: 52, AF and 4A. RGB value is (82,175,74). Sum of RGB (Red+Green+Blue) = 82+175+74=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF4A is #AD50B5. Grayscale: #878787. Windows color (decimal): -11358390 or 4894546. OLE color: 4894546.

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

Color convert

RGB 82 175 74 -
CMYK 0.53 0 0.58 0.31
HSL 115.25º 0.41% 0.49% -
HSV(B) 115.25º 0.58% 0.69% -
XYZ 20.05 32.95 11.78 -
YUV 135.68 93.19 89.71 -
System Red Green Blue C M Y K H S L
Decimal 82 175 74 0.53 0 0.58 0.31 115.25 0.41 0.49
Hex 52 AF 4A 35 0 3A 1F 73 29 31
Octal 122 257 112 65 0 72 37 163 51 61
Binary 1010010 10101111 1001010 110101 0 111010 11111 1110011 101001 110001

Color Harmonies of #52AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF4A

Black with #52AF4A

Text Example


Text Example

White with #52AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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