Html Css Color HEX #73C13F Apple

📋 copy color: '#73C13F'

red 115 ◦ green 193 ◦ blue 63

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

Shades of Apple #73C13F

Tints of Apple #73C13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.02%

 BLUE value IS 63 (25% from 255) = 16.98%

R = 31%
G = 52.02%
B = 16.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#73C13F (or 0x73C13F) is known color: Apple. HEX triplet: 73, C1 and 3F. RGB value is (115,193,63). Sum of RGB (Red+Green+Blue) = 115+193+63=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #73C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C13F is #8C3EC0. Grayscale: #9B9B9B. Windows color (decimal): -9191105 or 4178291. OLE color: 4178291.

HSL color Cylindrical-coordinate representation of color #73C13F: hue angle of 96º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73C13F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 193 63 -
CMYK 0.40 0 0.67 0.24
HSL 96º 0.51% 0.5% -
HSV(B) 96º 0.67% 0.76% -
XYZ 27.04 42.14 11.41 -
YUV 154.86 76.16 99.57 -
System Red Green Blue C M Y K H S L
Decimal 115 193 63 0.40 0 0.67 0.24 96 0.51 0.5
Hex 73 C1 3F 28 0 43 18 60 33 32
Octal 163 301 77 50 0 103 30 140 63 62
Binary 1110011 11000001 111111 101000 0 1000011 11000 1100000 110011 110010

Color Harmonies of #73C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C13F

Black with #73C13F

Text Example


Text Example

White with #73C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,193,63); }

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

background-color css

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

 a { background-color: rgb(115,193,63); }

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

border-color css

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

 span { border-color: rgb(115,193,63); }

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