#52B74B

Color #52B74B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #52B74B

Tints of Fruit Salad #52B74B

Color information

#52B74B (or 0x52B74B) is unknown color: approx Fruit Salad. HEX triplet: 52, B7 and 4B. RGB value is (82,183,75). Sum of RGB (Red+Green+Blue) = 82+183+75=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #52B74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B74B is #AD48B4. Grayscale: #8C8C8C. Windows color (decimal): -11356341 or 4962130. OLE color: 4962130.

HSL color Cylindrical-coordinate representation of color #52B74B: hue angle of 116.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B74B is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB8218375-
CMYK0.5500.590.28
HSL116.11º42.86%50.59%-
HSV(B)116.11º59.02%71.76%-
XYZ21.6836.1712.5-
YUV140.4991.0486.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 183 (71.88% from 255) = 53.82%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=24.12%
G=53.82%
B=22.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82183750.5500.590.28116.1142.8650.59
Hex52B74B3703B1C742b33
Octal12226711367073341645363
Binary10100101011011110010111101110111011111001110100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,75); }

 H1.HeaderClassName
 {
   color: #52B74B;
 }
 .AnyTagClassName
 {
   color: #52B74B;
 }
</style>
background-color css

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

 a { background-color: rgb(82,183,75); }

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

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

 span { border-color: rgb(82,183,75); }

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