#53B65B

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

Shades of Fruit Salad #53B65B

Tints of Fruit Salad #53B65B

Color information

#53B65B (or 0x53B65B) is unknown color: approx Fruit Salad. HEX triplet: 53, B6 and 5B. RGB value is (83,182,91). Sum of RGB (Red+Green+Blue) = 83+182+91=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #53B65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B65B is #AC49A4. Grayscale: #8E8E8E. Windows color (decimal): -11291045 or 6010451. OLE color: 6010451.

HSL color Cylindrical-coordinate representation of color #53B65B: hue angle of 124.85º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B65B is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB8318291-
CMYK0.5400.50.29
HSL124.85º40.41%51.96%-
HSV(B)124.85º54.4%71.37%-
XYZ22.1836.0515.69-
YUV142.0299.285.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=23.31%
G=51.12%
B=25.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83182910.5400.50.29124.8540.4151.96
Hex53B65B360321D7d2834
Octal12326613366062351755064
Binary10100111011011010110111101100110010111011111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,182,91); }

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

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

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

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

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

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

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