#56B952

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

Shades of Fruit Salad #56B952

Tints of Fruit Salad #56B952

Color information

#56B952 (or 0x56B952) is unknown color: approx Fruit Salad. HEX triplet: 56, B9 and 52. RGB value is (86,185,82). Sum of RGB (Red+Green+Blue) = 86+185+82=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #56B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B952 is #A946AD. Grayscale: #8F8F8F. Windows color (decimal): -11093678 or 5421398. OLE color: 5421398.

HSL color Cylindrical-coordinate representation of color #56B952: hue angle of 117.67º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56B952 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB8618582-
CMYK0.5400.560.27
HSL117.67º42.39%52.35%-
HSV(B)117.67º55.68%72.55%-
XYZ22.7137.2913.98-
YUV143.6693.286.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 185 (72.66% from 255) = 52.41%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=24.36%
G=52.41%
B=23.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86185820.5400.560.27117.6742.3952.35
Hex56B952360381B762a34
Octal12627112266070331665264
Binary10101101011100110100101101100111000110111110110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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