Html Css Color HEX #53A94E Fruit Salad

📋 copy color: '#53A94E'

red 83 ◦ green 169 ◦ blue 78

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

Shades of Fruit Salad #53A94E

Tints of Fruit Salad #53A94E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.21%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 25.15%
G = 51.21%
B = 23.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#53A94E (or 0x53A94E) is known color: Fruit Salad. HEX triplet: 53, A9 and 4E. RGB value is (83,169,78). Sum of RGB (Red+Green+Blue) = 83+169+78=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #53A94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A94E is #AC56B1. Grayscale: #858585. Windows color (decimal): -11294386 or 5155155. OLE color: 5155155.

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

Color convert

RGB 83 169 78 -
CMYK 0.51 0 0.54 0.34
HSL 116.7º 0.37% 0.48% -
HSV(B) 116.7º 0.54% 0.66% -
XYZ 19.13 30.76 12.14 -
YUV 132.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 83 169 78 0.51 0 0.54 0.34 116.7 0.37 0.48
Hex 53 A9 4E 33 0 36 22 75 25 30
Octal 123 251 116 63 0 66 42 165 45 60
Binary 1010011 10101001 1001110 110011 0 110110 100010 1110101 100101 110000

Color Harmonies of #53A94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A94E

Black with #53A94E

Text Example


Text Example

White with #53A94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,169,78); }

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

background-color css

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

 a { background-color: rgb(83,169,78); }

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

border-color css

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

 span { border-color: rgb(83,169,78); }

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