#53B756

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

Shades of Fruit Salad #53B756

Tints of Fruit Salad #53B756

Color information

#53B756 (or 0x53B756) is unknown color: approx Fruit Salad. HEX triplet: 53, B7 and 56. RGB value is (83,183,86). Sum of RGB (Red+Green+Blue) = 83+183+86=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #53B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B756 is #AC48A9. Grayscale: #8E8E8E. Windows color (decimal): -11290794 or 5683027. OLE color: 5683027.

HSL color Cylindrical-coordinate representation of color #53B756: hue angle of 121.8º degrees, saturation: 0.41, 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 #53B756 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB8318386-
CMYK0.5500.530.28
HSL121.8º40.98%52.16%-
HSV(B)121.8º54.64%71.76%-
XYZ22.1836.3814.66-
YUV142.0496.3785.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=23.58%
G=51.99%
B=24.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83183860.5500.530.28121.840.9852.16
Hex53B756370351C7a2934
Octal12326712667065341725164
Binary10100111011011110101101101110110101111001111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B756; }

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

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

<style>
 a { background-color: #53B756; }

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

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

<style>
 span { border-color: #53B756; }

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

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