Html Css Color HEX #53AA45 Fruit Salad

📋 copy color: '#53AA45'

red 83 ◦ green 170 ◦ blue 69

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

Shades of Fruit Salad #53AA45

Tints of Fruit Salad #53AA45

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

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

R = 25.78%
G = 52.8%
B = 21.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#53AA45 (or 0x53AA45) is known color: Fruit Salad. HEX triplet: 53, AA and 45. RGB value is (83,170,69). Sum of RGB (Red+Green+Blue) = 83+170+69=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA45 is #AC55BA. Grayscale: #848484. Windows color (decimal): -11294139 or 4565587. OLE color: 4565587.

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

Color convert

RGB 83 170 69 -
CMYK 0.51 0 0.59 0.33
HSL 111.68º 0.42% 0.47% -
HSV(B) 111.68º 0.59% 0.67% -
XYZ 19.02 31.02 10.62 -
YUV 132.47 92.18 92.71 -
System Red Green Blue C M Y K H S L
Decimal 83 170 69 0.51 0 0.59 0.33 111.68 0.42 0.47
Hex 53 AA 45 33 0 3B 21 70 2A 2F
Octal 123 252 105 63 0 73 41 160 52 57
Binary 1010011 10101010 1000101 110011 0 111011 100001 1110000 101010 101111

Color Harmonies of #53AA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA45

Black with #53AA45

Text Example


Text Example

White with #53AA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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