#53b14a

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

Shades of Fruit Salad #53B14A

Tints of Fruit Salad #53B14A

Color information

#53B14A (or 0x53B14A) is unknown color: approx Fruit Salad. HEX triplet: 53, B1 and 4A. RGB value is (83,177,74). Sum of RGB (Red+Green+Blue) = 83+177+74=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #53B14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B14A is #AC4EB5. Grayscale: #898989. Windows color (decimal): -11292342 or 4895059. OLE color: 4895059.

HSL color Cylindrical-coordinate representation of color #53B14A: hue angle of 114.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53B14A is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB8317774-
CMYK0.5300.580.31
HSL114.76º41.04%49.22%-
HSV(B)114.76º58.19%69.41%-
XYZ20.5333.7811.92-
YUV137.1592.3689.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=24.85%
G=52.99%
B=22.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83177740.5300.580.31114.7641.0449.22
Hex53B14A3503A1F732931
Octal12326111265072371635161
Binary10100111011000110010101101010111010111111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b14a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,177,74); }

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

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

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

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

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

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

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