Html Css Color HEX #53A845 Fruit Salad

📋 copy color: '#53A845'

red 83 ◦ green 168 ◦ blue 69

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

Shades of Fruit Salad #53A845

Tints of Fruit Salad #53A845

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.5%

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 25.94%
G = 52.5%
B = 21.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#53A845 (or 0x53A845) is known color: Fruit Salad. HEX triplet: 53, A8 and 45. RGB value is (83,168,69). Sum of RGB (Red+Green+Blue) = 83+168+69=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #53A845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A845 is #AC57BA. Grayscale: #838383. Windows color (decimal): -11294651 or 4565075. OLE color: 4565075.

HSL color Cylindrical-coordinate representation of color #53A845: hue angle of 111.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53A845 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 168 69 -
CMYK 0.51 0 0.59 0.34
HSL 111.52º 0.42% 0.46% -
HSV(B) 111.52º 0.59% 0.66% -
XYZ 18.64 30.27 10.49 -
YUV 131.3 92.84 93.55 -
System Red Green Blue C M Y K H S L
Decimal 83 168 69 0.51 0 0.59 0.34 111.52 0.42 0.46
Hex 53 A8 45 33 0 3B 22 70 2A 2E
Octal 123 250 105 63 0 73 42 160 52 56
Binary 1010011 10101000 1000101 110011 0 111011 100010 1110000 101010 101110

Color Harmonies of #53A845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A845

Black with #53A845

Text Example


Text Example

White with #53A845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,168,69); }

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

background-color css

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

 a { background-color: rgb(83,168,69); }

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

border-color css

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

 span { border-color: rgb(83,168,69); }

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