Html Css Color HEX #73AD50 Apple

📋 copy color: '#73AD50'

red 115 ◦ green 173 ◦ blue 80

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

Shades of Apple #73AD50

Tints of Apple #73AD50

RGB

 RED value IS 115 (45.31% from 255) = 31.25%

 GREEN value IS 173 (67.97% from 255) = 47.01%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 31.25%
G = 47.01%
B = 21.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#73AD50 (or 0x73AD50) is known color: Apple. HEX triplet: 73, AD and 50. RGB value is (115,173,80). Sum of RGB (Red+Green+Blue) = 115+173+80=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AD50 is #8C52AF. Grayscale: #919191. Windows color (decimal): -9196208 or 5287283. OLE color: 5287283.

HSL color Cylindrical-coordinate representation of color #73AD50: hue angle of 97.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73AD50 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 173 80 -
CMYK 0.34 0 0.54 0.32
HSL 97.42º 0.37% 0.5% -
HSV(B) 97.42º 0.54% 0.68% -
XYZ 23.46 34.11 12.94 -
YUV 145.06 91.28 106.56 -
System Red Green Blue C M Y K H S L
Decimal 115 173 80 0.34 0 0.54 0.32 97.42 0.37 0.5
Hex 73 AD 50 22 0 36 20 61 25 32
Octal 163 255 120 42 0 66 40 141 45 62
Binary 1110011 10101101 1010000 100010 0 110110 100000 1100001 100101 110010

Color Harmonies of #73AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AD50

Black with #73AD50

Text Example


Text Example

White with #73AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AD50; }

 p { color: rgb(115,173,80); }

 H1.HeaderClassName
 {
   color: #73AD50;
 }
 .AnyTagClassName
 {
   color: #73AD50;
 }
</style>

background-color css

<style>
 a { background-color: #73AD50; }

 a { background-color: rgb(115,173,80); }

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

border-color css

<style>
 span { border-color: #73AD50; }

 span { border-color: rgb(115,173,80); }

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