Html Css Color HEX #52A151 Fruit Salad

📋 copy color: '#52A151'

red 82 ◦ green 161 ◦ blue 81

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

Shades of Fruit Salad #52A151

Tints of Fruit Salad #52A151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25%

R = 25.31%
G = 49.69%
B = 25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#52A151 (or 0x52A151) is known color: Fruit Salad. HEX triplet: 52, A1 and 51. RGB value is (82,161,81). Sum of RGB (Red+Green+Blue) = 82+161+81=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #52A151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A151 is #AD5EAE. Grayscale: #808080. Windows color (decimal): -11361967 or 5349714. OLE color: 5349714.

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

Color convert

RGB 82 161 81 -
CMYK 0.49 0 0.50 0.37
HSL 119.25º 0.33% 0.47% -
HSV(B) 119.25º 0.5% 0.63% -
XYZ 17.71 27.88 12.23 -
YUV 128.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 82 161 81 0.49 0 0.50 0.37 119.25 0.33 0.47
Hex 52 A1 51 31 0 32 25 77 21 2F
Octal 122 241 121 61 0 62 45 167 41 57
Binary 1010010 10100001 1010001 110001 0 110010 100101 1110111 100001 101111

Color Harmonies of #52A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A151

Black with #52A151

Text Example


Text Example

White with #52A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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