Html Css Color HEX #52A94A Fruit Salad

📋 copy color: '#52A94A'

red 82 ◦ green 169 ◦ blue 74

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

Shades of Fruit Salad #52A94A

Tints of Fruit Salad #52A94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

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

R = 25.23%
G = 52%
B = 22.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#52A94A (or 0x52A94A) is known color: Fruit Salad. HEX triplet: 52, A9 and 4A. RGB value is (82,169,74). Sum of RGB (Red+Green+Blue) = 82+169+74=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #52A94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A94A is #AD56B5. Grayscale: #848484. Windows color (decimal): -11359926 or 4893010. OLE color: 4893010.

HSL color Cylindrical-coordinate representation of color #52A94A: hue angle of 114.95º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A94A is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 169 74 -
CMYK 0.51 0 0.56 0.34
HSL 114.95º 0.39% 0.48% -
HSV(B) 114.95º 0.56% 0.66% -
XYZ 18.9 30.66 11.4 -
YUV 132.16 95.18 92.22 -
System Red Green Blue C M Y K H S L
Decimal 82 169 74 0.51 0 0.56 0.34 114.95 0.39 0.48
Hex 52 A9 4A 33 0 38 22 73 27 30
Octal 122 251 112 63 0 70 42 163 47 60
Binary 1010010 10101001 1001010 110011 0 111000 100010 1110011 100111 110000

Color Harmonies of #52A94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A94A

Black with #52A94A

Text Example


Text Example

White with #52A94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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