#53BB4E

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

Shades of Fruit Salad #53BB4E

Tints of Fruit Salad #53BB4E

Color information

#53BB4E (or 0x53BB4E) is unknown color: approx Fruit Salad. HEX triplet: 53, BB and 4E. RGB value is (83,187,78). Sum of RGB (Red+Green+Blue) = 83+187+78=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB4E is #AC44B1. Grayscale: #8F8F8F. Windows color (decimal): -11289778 or 5159763. OLE color: 5159763.

HSL color Cylindrical-coordinate representation of color #53BB4E: hue angle of 117.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53BB4E is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB8318778-
CMYK0.5600.580.27
HSL117.25º44.49%51.96%-
HSV(B)117.25º58.29%73.33%-
XYZ22.7137.9313.33-
YUV143.4891.0484.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 187 (73.44% from 255) = 53.74%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=23.85%
G=53.74%
B=22.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83187780.5600.580.27117.2544.4951.96
Hex53BB4E3803A1B752c34
Octal12327311670072331655464
Binary10100111011101110011101110000111010110111110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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