Html Css Color HEX #53B45A Fruit Salad

📋 copy color: '#53B45A'

red 83 ◦ green 180 ◦ blue 90

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

Shades of Fruit Salad #53B45A

Tints of Fruit Salad #53B45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 23.51%
G = 50.99%
B = 25.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#53B45A (or 0x53B45A) is known color: Fruit Salad. HEX triplet: 53, B4 and 5A. RGB value is (83,180,90). Sum of RGB (Red+Green+Blue) = 83+180+90=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #53B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B45A is #AC4BA5. Grayscale: #8D8D8D. Windows color (decimal): -11291558 or 5944403. OLE color: 5944403.

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

Color convert

RGB 83 180 90 -
CMYK 0.54 0 0.50 0.29
HSL 124.33º 0.39% 0.52% -
HSV(B) 124.33º 0.54% 0.71% -
XYZ 21.73 35.22 15.33 -
YUV 140.74 99.36 86.82 -
System Red Green Blue C M Y K H S L
Decimal 83 180 90 0.54 0 0.50 0.29 124.33 0.39 0.52
Hex 53 B4 5A 36 0 32 1D 7C 27 34
Octal 123 264 132 66 0 62 35 174 47 64
Binary 1010011 10110100 1011010 110110 0 110010 11101 1111100 100111 110100

Color Harmonies of #53B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B45A

Black with #53B45A

Text Example


Text Example

White with #53B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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