Html Css Color HEX #73C14C Apple

📋 copy color: '#73C14C'

red 115 ◦ green 193 ◦ blue 76

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

Shades of Apple #73C14C

Tints of Apple #73C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 29.95%
G = 50.26%
B = 19.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#73C14C (or 0x73C14C) is known color: Apple. HEX triplet: 73, C1 and 4C. RGB value is (115,193,76). Sum of RGB (Red+Green+Blue) = 115+193+76=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #73C14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C14C is #8C3EB3. Grayscale: #9C9C9C. Windows color (decimal): -9191092 or 5030259. OLE color: 5030259.

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

Color convert

RGB 115 193 76 -
CMYK 0.40 0 0.61 0.24
HSL 100º 0.49% 0.53% -
HSV(B) 100º 0.61% 0.76% -
XYZ 27.44 42.31 13.56 -
YUV 156.34 82.66 98.51 -
System Red Green Blue C M Y K H S L
Decimal 115 193 76 0.40 0 0.61 0.24 100 0.49 0.53
Hex 73 C1 4C 28 0 3D 18 64 31 35
Octal 163 301 114 50 0 75 30 144 61 65
Binary 1110011 11000001 1001100 101000 0 111101 11000 1100100 110001 110101

Color Harmonies of #73C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C14C

Black with #73C14C

Text Example


Text Example

White with #73C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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