#73AF21

Color #73AF21 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #73AF21

Tints of Christi #73AF21

Color information

#73AF21 (or 0x73AF21) is unknown color: approx Christi. HEX triplet: 73, AF and 21. RGB value is (115,175,33). Sum of RGB (Red+Green+Blue) = 115+175+33=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF21 is #8C50DE. Grayscale: #8D8D8D. Windows color (decimal): -9195743 or 2207603. OLE color: 2207603.

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

Color convert

RGB11517533-
CMYK0.3400.810.31
HSL85.35º68.27%40.78%-
HSV(B)85.35º81.14%68.63%-
XYZ22.6734.416.89-
YUV140.8767.12109.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 33 (13.28% from 255) = 10.22%
R=35.60%
G=54.18%
B=10.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115175330.3400.810.3185.3568.2740.78
Hex73AF21220511F554429
Octal163257414201213712510451
Binary111001110101111100001100010010100011111110101011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73AF21;
 }
 .AnyTagClassName
 {
   color: #73AF21;
 }
</style>
background-color css

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

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

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

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

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

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