Html Css Color HEX #53AD46 Fruit Salad

📋 copy color: '#53AD46'

red 83 ◦ green 173 ◦ blue 70

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

Shades of Fruit Salad #53AD46

Tints of Fruit Salad #53AD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.07%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 25.46%
G = 53.07%
B = 21.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#53AD46 (or 0x53AD46) is known color: Fruit Salad. HEX triplet: 53, AD and 46. RGB value is (83,173,70). Sum of RGB (Red+Green+Blue) = 83+173+70=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AD46 is #AC52B9. Grayscale: #868686. Windows color (decimal): -11293370 or 4631891. OLE color: 4631891.

HSL color Cylindrical-coordinate representation of color #53AD46: hue angle of 112.43º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53AD46 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 70 -
CMYK 0.52 0 0.60 0.32
HSL 112.43º 0.42% 0.48% -
HSV(B) 112.43º 0.6% 0.68% -
XYZ 19.62 32.17 10.97 -
YUV 134.35 91.68 91.38 -
System Red Green Blue C M Y K H S L
Decimal 83 173 70 0.52 0 0.60 0.32 112.43 0.42 0.48
Hex 53 AD 46 34 0 3C 20 70 2A 30
Octal 123 255 106 64 0 74 40 160 52 60
Binary 1010011 10101101 1000110 110100 0 111100 100000 1110000 101010 110000

Color Harmonies of #53AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD46

Black with #53AD46

Text Example


Text Example

White with #53AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,70); }

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

background-color css

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

 a { background-color: rgb(83,173,70); }

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

border-color css

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

 span { border-color: rgb(83,173,70); }

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