Html Css Color HEX #53AB45 Fruit Salad

📋 copy color: '#53AB45'

red 83 ◦ green 171 ◦ blue 69

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

Shades of Fruit Salad #53AB45

Tints of Fruit Salad #53AB45

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.94%

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

R = 25.7%
G = 52.94%
B = 21.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#53AB45 (or 0x53AB45) is known color: Fruit Salad. HEX triplet: 53, AB and 45. RGB value is (83,171,69). Sum of RGB (Red+Green+Blue) = 83+171+69=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB45 is #AC54BA. Grayscale: #858585. Windows color (decimal): -11293883 or 4565843. OLE color: 4565843.

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

Color convert

RGB 83 171 69 -
CMYK 0.51 0 0.60 0.33
HSL 111.76º 0.43% 0.47% -
HSV(B) 111.76º 0.6% 0.67% -
XYZ 19.2 31.39 10.68 -
YUV 133.06 91.85 92.29 -
System Red Green Blue C M Y K H S L
Decimal 83 171 69 0.51 0 0.60 0.33 111.76 0.43 0.47
Hex 53 AB 45 33 0 3C 21 70 2A 2F
Octal 123 253 105 63 0 74 41 160 52 57
Binary 1010011 10101011 1000101 110011 0 111100 100001 1110000 101010 101111

Color Harmonies of #53AB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB45

Black with #53AB45

Text Example


Text Example

White with #53AB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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