Html Css Color HEX #73AF41 Apple

📋 copy color: '#73AF41'

red 115 ◦ green 175 ◦ blue 65

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

Shades of Apple #73AF41

Tints of Apple #73AF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.3%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 32.39%
G = 49.3%
B = 18.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#73AF41 (or 0x73AF41) is known color: Apple. HEX triplet: 73, AF and 41. RGB value is (115,175,65). Sum of RGB (Red+Green+Blue) = 115+175+65=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF41 is #8C50BE. Grayscale: #909090. Windows color (decimal): -9195711 or 4304755. OLE color: 4304755.

HSL color Cylindrical-coordinate representation of color #73AF41: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73AF41 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 65 -
CMYK 0.34 0 0.63 0.31
HSL 92.73º 0.46% 0.47% -
HSV(B) 92.73º 0.63% 0.69% -
XYZ 23.35 34.69 10.47 -
YUV 144.52 83.12 106.94 -
System Red Green Blue C M Y K H S L
Decimal 115 175 65 0.34 0 0.63 0.31 92.73 0.46 0.47
Hex 73 AF 41 22 0 3F 1F 5D 2E 2F
Octal 163 257 101 42 0 77 37 135 56 57
Binary 1110011 10101111 1000001 100010 0 111111 11111 1011101 101110 101111

Color Harmonies of #73AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF41

Black with #73AF41

Text Example


Text Example

White with #73AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,65); }

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

background-color css

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

 a { background-color: rgb(115,175,65); }

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

border-color css

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

 span { border-color: rgb(115,175,65); }

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