Html Css Color HEX #53BA50 Fruit Salad

📋 copy color: '#53BA50'

red 83 ◦ green 186 ◦ blue 80

#53BA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #53BA50

Tints of Fruit Salad #53BA50

RGB

 RED value IS 83 (32.81% from 255) = 23.78%

 GREEN value IS 186 (73.05% from 255) = 53.3%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 23.78%
G = 53.3%
B = 22.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#53BA50 (or 0x53BA50) is known color: Fruit Salad. HEX triplet: 53, BA and 50. RGB value is (83,186,80). Sum of RGB (Red+Green+Blue) = 83+186+80=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA50 is #AC45AF. Grayscale: #8F8F8F. Windows color (decimal): -11290032 or 5290579. OLE color: 5290579.

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

Color convert

RGB 83 186 80 -
CMYK 0.55 0 0.57 0.27
HSL 118.3º 0.43% 0.52% -
HSV(B) 118.3º 0.57% 0.73% -
XYZ 22.57 37.54 13.64 -
YUV 143.12 92.38 85.12 -
System Red Green Blue C M Y K H S L
Decimal 83 186 80 0.55 0 0.57 0.27 118.3 0.43 0.52
Hex 53 BA 50 37 0 39 1B 76 2B 34
Octal 123 272 120 67 0 71 33 166 53 64
Binary 1010011 10111010 1010000 110111 0 111001 11011 1110110 101011 110100

Color Harmonies of #53BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA50

Black with #53BA50

Text Example


Text Example

White with #53BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,80); }

 H1.HeaderClassName
 {
   color: #53BA50;
 }
 .AnyTagClassName
 {
   color: #53BA50;
 }
</style>

background-color css

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

 a { background-color: rgb(83,186,80); }

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

border-color css

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

 span { border-color: rgb(83,186,80); }

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