Html Css Color HEX #73BA50 Apple

📋 copy color: '#73BA50'

red 115 ◦ green 186 ◦ blue 80

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

Shades of Apple #73BA50

Tints of Apple #73BA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.82%

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

R = 30.18%
G = 48.82%
B = 21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#73BA50 (or 0x73BA50) is known color: Apple. HEX triplet: 73, BA and 50. RGB value is (115,186,80). Sum of RGB (Red+Green+Blue) = 115+186+80=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA50 is #8C45AF. Grayscale: #999999. Windows color (decimal): -9192880 or 5290611. OLE color: 5290611.

HSL color Cylindrical-coordinate representation of color #73BA50: hue angle of 100.19º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73BA50 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 186 80 -
CMYK 0.38 0 0.57 0.27
HSL 100.19º 0.43% 0.52% -
HSV(B) 100.19º 0.57% 0.73% -
XYZ 26.08 39.34 13.81 -
YUV 152.69 86.98 101.12 -
System Red Green Blue C M Y K H S L
Decimal 115 186 80 0.38 0 0.57 0.27 100.19 0.43 0.52
Hex 73 BA 50 26 0 39 1B 64 2B 34
Octal 163 272 120 46 0 71 33 144 53 64
Binary 1110011 10111010 1010000 100110 0 111001 11011 1100100 101011 110100

Color Harmonies of #73BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BA50

Black with #73BA50

Text Example


Text Example

White with #73BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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