#53B25E

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

Shades of Fruit Salad #53B25E

Tints of Fruit Salad #53B25E

Color information

#53B25E (or 0x53B25E) is unknown color: approx Fruit Salad. HEX triplet: 53, B2 and 5E. RGB value is (83,178,94). Sum of RGB (Red+Green+Blue) = 83+178+94=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #53B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B25E is #AC4DA1. Grayscale: #8C8C8C. Windows color (decimal): -11292066 or 6206035. OLE color: 6206035.

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

Color convert

RGB8317894-
CMYK0.5300.470.30
HSL126.95º38.15%51.18%-
HSV(B)126.95º53.37%69.8%-
XYZ21.5134.4916.11-
YUV140.02102.0387.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 178 (69.92% from 255) = 50.14%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=23.38%
G=50.14%
B=26.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83178940.5300.470.30126.9538.1551.18
Hex53B25E3502F1E7f2633
Octal12326213665057361774663
Binary10100111011001010111101101010101111111101111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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