#52B14B

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

Shades of Fruit Salad #52B14B

Tints of Fruit Salad #52B14B

Color information

#52B14B (or 0x52B14B) is unknown color: approx Fruit Salad. HEX triplet: 52, B1 and 4B. RGB value is (82,177,75). Sum of RGB (Red+Green+Blue) = 82+177+75=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #52B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B14B is #AD4EB4. Grayscale: #898989. Windows color (decimal): -11357877 or 4960594. OLE color: 4960594.

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

Color convert

RGB8217775-
CMYK0.5400.580.31
HSL115.88º40.48%49.41%-
HSV(B)115.88º57.63%69.41%-
XYZ20.4733.7512.09-
YUV136.9793.0388.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=24.55%
G=52.99%
B=22.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82177750.5400.580.31115.8840.4849.41
Hex52B14B3603A1F742831
Octal12226111366072371645061
Binary10100101011000110010111101100111010111111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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