Html Css Color HEX #53A248 Fruit Salad

📋 copy color: '#53A248'

red 83 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #53A248

Tints of Fruit Salad #53A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

 BLUE value IS 72 (28.52% from 255) = 22.71%

R = 26.18%
G = 51.1%
B = 22.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#53A248 (or 0x53A248) is known color: Fruit Salad. HEX triplet: 53, A2 and 48. RGB value is (83,162,72). Sum of RGB (Red+Green+Blue) = 83+162+72=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #53A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A248 is #AC5DB7. Grayscale: #808080. Windows color (decimal): -11296184 or 4760147. OLE color: 4760147.

HSL color Cylindrical-coordinate representation of color #53A248: hue angle of 112.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A248 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 72 -
CMYK 0.49 0 0.56 0.36
HSL 112.67º 0.38% 0.46% -
HSV(B) 112.67º 0.56% 0.64% -
XYZ 17.66 28.15 10.63 -
YUV 128.12 96.33 95.82 -
System Red Green Blue C M Y K H S L
Decimal 83 162 72 0.49 0 0.56 0.36 112.67 0.38 0.46
Hex 53 A2 48 31 0 38 24 71 26 2E
Octal 123 242 110 61 0 70 44 161 46 56
Binary 1010011 10100010 1001000 110001 0 111000 100100 1110001 100110 101110

Color Harmonies of #53A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A248

Black with #53A248

Text Example


Text Example

White with #53A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,162,72); }

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

background-color css

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

 a { background-color: rgb(83,162,72); }

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

border-color css

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

 span { border-color: rgb(83,162,72); }

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