Html Css Color HEX #53B45C Fruit Salad

📋 copy color: '#53B45C'

red 83 ◦ green 180 ◦ blue 92

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

Shades of Fruit Salad #53B45C

Tints of Fruit Salad #53B45C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.7%

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 23.38%
G = 50.7%
B = 25.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#53B45C (or 0x53B45C) is known color: Fruit Salad. HEX triplet: 53, B4 and 5C. RGB value is (83,180,92). Sum of RGB (Red+Green+Blue) = 83+180+92=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #53B45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B45C is #AC4BA3. Grayscale: #8D8D8D. Windows color (decimal): -11291556 or 6075475. OLE color: 6075475.

HSL color Cylindrical-coordinate representation of color #53B45C: hue angle of 125.57º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B45C is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 92 -
CMYK 0.54 0 0.49 0.29
HSL 125.57º 0.39% 0.52% -
HSV(B) 125.57º 0.54% 0.71% -
XYZ 21.82 35.25 15.78 -
YUV 140.97 100.36 86.66 -
System Red Green Blue C M Y K H S L
Decimal 83 180 92 0.54 0 0.49 0.29 125.57 0.39 0.52
Hex 53 B4 5C 36 0 31 1D 7E 27 34
Octal 123 264 134 66 0 61 35 176 47 64
Binary 1010011 10110100 1011100 110110 0 110001 11101 1111110 100111 110100

Color Harmonies of #53B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B45C

Black with #53B45C

Text Example


Text Example

White with #53B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,180,92); }

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

background-color css

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

 a { background-color: rgb(83,180,92); }

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

border-color css

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

 span { border-color: rgb(83,180,92); }

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