#53BC53

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

Shades of Fruit Salad #53BC53

Tints of Fruit Salad #53BC53

Color information

#53BC53 (or 0x53BC53) is unknown color: approx Fruit Salad. HEX triplet: 53, BC and 53. RGB value is (83,188,83). Sum of RGB (Red+Green+Blue) = 83+188+83=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC53 is #AC43AC. Grayscale: #909090. Windows color (decimal): -11289517 or 5487699. OLE color: 5487699.

HSL color Cylindrical-coordinate representation of color #53BC53: hue angle of 120º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC53 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB8318883-
CMYK0.5600.560.26
HSL120º43.93%53.14%-
HSV(B)120º55.85%73.73%-
XYZ23.1138.4314.38-
YUV144.6493.2184.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 188 (73.83% from 255) = 53.11%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=23.45%
G=53.11%
B=23.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83188830.5600.560.2612043.9353.14
Hex53BC53380381A782c35
Octal12327412370070321705465
Binary10100111011110010100111110000111000110101111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,188,83); }

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

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

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

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

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

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

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