#56B852

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

Shades of Fruit Salad #56B852

Tints of Fruit Salad #56B852

Color information

#56B852 (or 0x56B852) is unknown color: approx Fruit Salad. HEX triplet: 56, B8 and 52. RGB value is (86,184,82). Sum of RGB (Red+Green+Blue) = 86+184+82=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #56B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B852 is #A947AD. Grayscale: #8F8F8F. Windows color (decimal): -11093934 or 5421142. OLE color: 5421142.

HSL color Cylindrical-coordinate representation of color #56B852: hue angle of 117.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56B852 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB8618482-
CMYK0.5300.550.28
HSL117.65º41.8%52.16%-
HSV(B)117.65º55.43%72.16%-
XYZ22.536.8713.91-
YUV143.0793.5387.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 184 (72.27% from 255) = 52.27%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=24.43%
G=52.27%
B=23.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86184820.5300.550.28117.6541.852.16
Hex56B852350371C762a34
Octal12627012265067341665264
Binary10101101011100010100101101010110111111001110110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B852; }

 p { color: rgb(86,184,82); }

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

<style>
 a { background-color: #56B852; }

 a { background-color: rgb(86,184,82); }

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

<style>
 span { border-color: #56B852; }

 span { border-color: rgb(86,184,82); }

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