Html Css Color HEX #73C04A Apple

📋 copy color: '#73C04A'

red 115 ◦ green 192 ◦ blue 74

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

Shades of Apple #73C04A

Tints of Apple #73C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 30.18%
G = 50.39%
B = 19.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#73C04A (or 0x73C04A) is known color: Apple. HEX triplet: 73, C0 and 4A. RGB value is (115,192,74). Sum of RGB (Red+Green+Blue) = 115+192+74=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #73C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C04A is #8C3FB5. Grayscale: #9B9B9B. Windows color (decimal): -9191350 or 4898931. OLE color: 4898931.

HSL color Cylindrical-coordinate representation of color #73C04A: hue angle of 99.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73C04A is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 74 -
CMYK 0.40 0 0.61 0.25
HSL 99.15º 0.48% 0.52% -
HSV(B) 99.15º 0.61% 0.75% -
XYZ 27.16 41.84 13.12 -
YUV 155.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 115 192 74 0.40 0 0.61 0.25 99.15 0.48 0.52
Hex 73 C0 4A 28 0 3D 19 63 30 34
Octal 163 300 112 50 0 75 31 143 60 64
Binary 1110011 11000000 1001010 101000 0 111101 11001 1100011 110000 110100

Color Harmonies of #73C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C04A

Black with #73C04A

Text Example


Text Example

White with #73C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,192,74); }

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

background-color css

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

 a { background-color: rgb(115,192,74); }

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

border-color css

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

 span { border-color: rgb(115,192,74); }

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