#53B855

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

Shades of Fruit Salad #53B855

Tints of Fruit Salad #53B855

Color information

#53B855 (or 0x53B855) is unknown color: approx Fruit Salad. HEX triplet: 53, B8 and 55. RGB value is (83,184,85). Sum of RGB (Red+Green+Blue) = 83+184+85=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #53B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B855 is #AC47AA. Grayscale: #8E8E8E. Windows color (decimal): -11290539 or 5617747. OLE color: 5617747.

HSL color Cylindrical-coordinate representation of color #53B855: hue angle of 121.19º 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 #53B855 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB8318485-
CMYK0.5500.540.28
HSL121.19º41.56%52.35%-
HSV(B)121.19º54.89%72.16%-
XYZ22.3536.7814.51-
YUV142.5195.5485.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 184 (72.27% from 255) = 52.27%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=23.58%
G=52.27%
B=24.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83184850.5500.540.28121.1941.5652.35
Hex53B855370361C792a34
Octal12327012567066341715264
Binary10100111011100010101011101110110110111001111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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