#56BE53

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

Shades of Fruit Salad #56BE53

Tints of Fruit Salad #56BE53

Color information

#56BE53 (or 0x56BE53) is unknown color: approx Fruit Salad. HEX triplet: 56, BE and 53. RGB value is (86,190,83). Sum of RGB (Red+Green+Blue) = 86+190+83=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BE53 is #A941AC. Grayscale: #939393. Windows color (decimal): -11092397 or 5488214. OLE color: 5488214.

HSL color Cylindrical-coordinate representation of color #56BE53: hue angle of 118.32º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56BE53 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB8619083-
CMYK0.5500.560.25
HSL118.32º45.15%53.53%-
HSV(B)118.32º56.32%74.51%-
XYZ23.8139.4314.54-
YUV146.7192.0484.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=23.96%
G=52.92%
B=23.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86190830.5500.560.25118.3245.1553.53
Hex56BE533703819762d36
Octal12627612367070311665566
Binary10101101011111010100111101110111000110011110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,190,83); }

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

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

 a { background-color: rgb(86,190,83); }

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

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

 span { border-color: rgb(86,190,83); }

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