Html Css Color HEX #73C142 Apple

📋 copy color: '#73C142'

red 115 ◦ green 193 ◦ blue 66

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

Shades of Apple #73C142

Tints of Apple #73C142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 30.75%
G = 51.6%
B = 17.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#73C142 (or 0x73C142) is known color: Apple. HEX triplet: 73, C1 and 42. RGB value is (115,193,66). Sum of RGB (Red+Green+Blue) = 115+193+66=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #73C142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C142 is #8C3EBD. Grayscale: #9B9B9B. Windows color (decimal): -9191102 or 4374899. OLE color: 4374899.

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

Color convert

RGB 115 193 66 -
CMYK 0.40 0 0.66 0.24
HSL 96.85º 0.51% 0.51% -
HSV(B) 96.85º 0.66% 0.76% -
XYZ 27.12 42.18 11.87 -
YUV 155.2 77.66 99.33 -
System Red Green Blue C M Y K H S L
Decimal 115 193 66 0.40 0 0.66 0.24 96.85 0.51 0.51
Hex 73 C1 42 28 0 42 18 61 33 33
Octal 163 301 102 50 0 102 30 141 63 63
Binary 1110011 11000001 1000010 101000 0 1000010 11000 1100001 110011 110011

Color Harmonies of #73C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C142

Black with #73C142

Text Example


Text Example

White with #73C142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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