Html Css Color HEX #52B04A Fruit Salad

📋 copy color: '#52B04A'

red 82 ◦ green 176 ◦ blue 74

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

Shades of Fruit Salad #52B04A

Tints of Fruit Salad #52B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.01%

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

R = 24.7%
G = 53.01%
B = 22.29%

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

#52B04A (or 0x52B04A) is known color: Fruit Salad. HEX triplet: 52, B0 and 4A. RGB value is (82,176,74). Sum of RGB (Red+Green+Blue) = 82+176+74=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #52B04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B04A is #AD4FB5. Grayscale: #888888. Windows color (decimal): -11358134 or 4894802. OLE color: 4894802.

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

Color convert

RGB 82 176 74 -
CMYK 0.53 0 0.58 0.31
HSL 115.29º 0.41% 0.49% -
HSV(B) 115.29º 0.58% 0.69% -
XYZ 20.24 33.34 11.85 -
YUV 136.27 92.86 89.29 -
System Red Green Blue C M Y K H S L
Decimal 82 176 74 0.53 0 0.58 0.31 115.29 0.41 0.49
Hex 52 B0 4A 35 0 3A 1F 73 29 31
Octal 122 260 112 65 0 72 37 163 51 61
Binary 1010010 10110000 1001010 110101 0 111010 11111 1110011 101001 110001

Color Harmonies of #52B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B04A

Black with #52B04A

Text Example


Text Example

White with #52B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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