Html Css Color HEX #52A14F Fruit Salad

📋 copy color: '#52A14F'

red 82 ◦ green 161 ◦ blue 79

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

Shades of Fruit Salad #52A14F

Tints of Fruit Salad #52A14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50%

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 25.47%
G = 50%
B = 24.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#52A14F (or 0x52A14F) is known color: Fruit Salad. HEX triplet: 52, A1 and 4F. RGB value is (82,161,79). Sum of RGB (Red+Green+Blue) = 82+161+79=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #52A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A14F is #AD5EB0. Grayscale: #808080. Windows color (decimal): -11361969 or 5218642. OLE color: 5218642.

HSL color Cylindrical-coordinate representation of color #52A14F: hue angle of 117.8º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A14F is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 79 -
CMYK 0.49 0 0.51 0.37
HSL 117.8º 0.34% 0.47% -
HSV(B) 117.8º 0.51% 0.63% -
XYZ 17.64 27.85 11.84 -
YUV 128.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 82 161 79 0.49 0 0.51 0.37 117.8 0.34 0.47
Hex 52 A1 4F 31 0 33 25 76 22 2F
Octal 122 241 117 61 0 63 45 166 42 57
Binary 1010010 10100001 1001111 110001 0 110011 100101 1110110 100010 101111

Color Harmonies of #52A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A14F

Black with #52A14F

Text Example


Text Example

White with #52A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,79); }

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

background-color css

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

 a { background-color: rgb(82,161,79); }

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

border-color css

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

 span { border-color: rgb(82,161,79); }

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