#53B24C

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

Shades of Fruit Salad #53B24C

Tints of Fruit Salad #53B24C

Color information

#53B24C (or 0x53B24C) is unknown color: approx Fruit Salad. HEX triplet: 53, B2 and 4C. RGB value is (83,178,76). Sum of RGB (Red+Green+Blue) = 83+178+76=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #53B24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B24C is #AC4DB3. Grayscale: #8A8A8A. Windows color (decimal): -11292084 or 5026387. OLE color: 5026387.

HSL color Cylindrical-coordinate representation of color #53B24C: hue angle of 115.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53B24C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB8317876-
CMYK0.5300.570.30
HSL115.88º40.16%49.8%-
HSV(B)115.88º57.3%69.8%-
XYZ20.7934.212.34-
YUV137.9793.0388.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 178 (69.92% from 255) = 52.82%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=24.63%
G=52.82%
B=22.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83178760.5300.570.30115.8840.1649.8
Hex53B24C350391E742832
Octal12326211465071361645062
Binary10100111011001010011001101010111001111101110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,178,76); }

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

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

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

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

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

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

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