#53BF54

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

Shades of Fruit Salad #53BF54

Tints of Fruit Salad #53BF54

Color information

#53BF54 (or 0x53BF54) is unknown color: approx Fruit Salad. HEX triplet: 53, BF and 54. RGB value is (83,191,84). Sum of RGB (Red+Green+Blue) = 83+191+84=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF54 is #AC40AB. Grayscale: #929292. Windows color (decimal): -11288748 or 5554003. OLE color: 5554003.

HSL color Cylindrical-coordinate representation of color #53BF54: hue angle of 120.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF54 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB8319184-
CMYK0.5700.560.25
HSL120.56º45.76%53.73%-
HSV(B)120.56º56.54%74.9%-
XYZ23.839.7414.8-
YUV146.5192.7282.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 191 (75% from 255) = 53.35%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=23.18%
G=53.35%
B=23.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83191840.5700.560.25120.5645.7653.73
Hex53BF543903819792e36
Octal12327712471070311715666
Binary10100111011111110101001110010111000110011111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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