#53B858

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

Shades of Fruit Salad #53B858

Tints of Fruit Salad #53B858

Color information

#53B858 (or 0x53B858) is unknown color: approx Fruit Salad. HEX triplet: 53, B8 and 58. RGB value is (83,184,88). Sum of RGB (Red+Green+Blue) = 83+184+88=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #53B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B858 is #AC47A7. Grayscale: #8F8F8F. Windows color (decimal): -11290536 or 5814355. OLE color: 5814355.

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

Color convert

RGB8318488-
CMYK0.5500.520.28
HSL122.97º41.56%52.35%-
HSV(B)122.97º54.89%72.16%-
XYZ22.4736.8215.16-
YUV142.8697.0485.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=23.38%
G=51.83%
B=24.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83184880.5500.520.28122.9741.5652.35
Hex53B858370341C7b2a34
Octal12327013067064341735264
Binary10100111011100010110001101110110100111001111011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,184,88); }

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

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

 a { background-color: rgb(83,184,88); }

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

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

 span { border-color: rgb(83,184,88); }

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