#53B954

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

Shades of Fruit Salad #53B954

Tints of Fruit Salad #53B954

Color information

#53B954 (or 0x53B954) is unknown color: approx Fruit Salad. HEX triplet: 53, B9 and 54. RGB value is (83,185,84). Sum of RGB (Red+Green+Blue) = 83+185+84=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #53B954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B954 is #AC46AB. Grayscale: #8F8F8F. Windows color (decimal): -11290284 or 5552467. OLE color: 5552467.

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

Color convert

RGB8318584-
CMYK0.5500.550.27
HSL120.59º42.15%52.55%-
HSV(B)120.59º55.14%72.55%-
XYZ22.5237.1814.38-
YUV142.9994.7185.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 185 (72.66% from 255) = 52.56%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=23.58%
G=52.56%
B=23.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83185840.5500.550.27120.5942.1552.55
Hex53B954370371B792a35
Octal12327112467067331715265
Binary10100111011100110101001101110110111110111111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,185,84); }

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

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

 a { background-color: rgb(83,185,84); }

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

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

 span { border-color: rgb(83,185,84); }

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