#53B84F

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

Shades of Fruit Salad #53B84F

Tints of Fruit Salad #53B84F

Color information

#53B84F (or 0x53B84F) is unknown color: approx Fruit Salad. HEX triplet: 53, B8 and 4F. RGB value is (83,184,79). Sum of RGB (Red+Green+Blue) = 83+184+79=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #53B84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B84F is #AC47B0. Grayscale: #8E8E8E. Windows color (decimal): -11290545 or 5224531. OLE color: 5224531.

HSL color Cylindrical-coordinate representation of color #53B84F: hue angle of 117.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53B84F is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB8318479-
CMYK0.5500.570.28
HSL117.71º42.51%51.57%-
HSV(B)117.71º57.07%72.16%-
XYZ22.1236.6813.31-
YUV141.8392.5486.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 184 (72.27% from 255) = 53.18%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=23.99%
G=53.18%
B=22.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83184790.5500.570.28117.7142.5151.57
Hex53B84F370391C762b34
Octal12327011767071341665364
Binary10100111011100010011111101110111001111001110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,184,79); }

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

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

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

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

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

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

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