#53B74E

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

Shades of Fruit Salad #53B74E

Tints of Fruit Salad #53B74E

Color information

#53B74E (or 0x53B74E) is unknown color: approx Fruit Salad. HEX triplet: 53, B7 and 4E. RGB value is (83,183,78). Sum of RGB (Red+Green+Blue) = 83+183+78=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #53B74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B74E is #AC48B1. Grayscale: #8D8D8D. Windows color (decimal): -11290802 or 5158739. OLE color: 5158739.

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

Color convert

RGB8318378-
CMYK0.5500.570.28
HSL117.14º42.17%51.18%-
HSV(B)117.14º57.38%71.76%-
XYZ21.8836.2613.05-
YUV141.1392.3786.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 183 (71.88% from 255) = 53.20%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=24.13%
G=53.20%
B=22.67%

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
Decimal83183780.5500.570.28117.1442.1751.18
Hex53B74E370391C752a33
Octal12326711667071341655263
Binary10100111011011110011101101110111001111001110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,183,78); }

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

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

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

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

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

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

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