Html Css Color HEX #73B950 Apple

📋 copy color: '#73B950'

red 115 ◦ green 185 ◦ blue 80

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

Shades of Apple #73B950

Tints of Apple #73B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.68%

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

R = 30.26%
G = 48.68%
B = 21.05%

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

#73B950 (or 0x73B950) is known color: Apple. HEX triplet: 73, B9 and 50. RGB value is (115,185,80). Sum of RGB (Red+Green+Blue) = 115+185+80=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #73B950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B950 is #8C46AF. Grayscale: #989898. Windows color (decimal): -9193136 or 5290355. OLE color: 5290355.

HSL color Cylindrical-coordinate representation of color #73B950: hue angle of 100º 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 #73B950 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 185 80 -
CMYK 0.38 0 0.57 0.27
HSL 100º 0.43% 0.52% -
HSV(B) 100º 0.57% 0.73% -
XYZ 25.87 38.92 13.74 -
YUV 152.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 115 185 80 0.38 0 0.57 0.27 100 0.43 0.52
Hex 73 B9 50 26 0 39 1B 64 2B 34
Octal 163 271 120 46 0 71 33 144 53 64
Binary 1110011 10111001 1010000 100110 0 111001 11011 1100100 101011 110100

Color Harmonies of #73B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B950

Black with #73B950

Text Example


Text Example

White with #73B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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