#73C410

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

Shades of Christi #73C410

Tints of Christi #73C410

Color information

#73C410 (or 0x73C410) is unknown color: approx Christi. HEX triplet: 73, C4 and 10. RGB value is (115,196,16). Sum of RGB (Red+Green+Blue) = 115+196+16=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #73C410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C410 is #8C3BEF. Grayscale: #979797. Windows color (decimal): -9190384 or 1098867. OLE color: 1098867.

HSL color Cylindrical-coordinate representation of color #73C410: hue angle of 87º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73C410 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB11519616-
CMYK0.4100.920.23
HSL87º84.91%41.57%-
HSV(B)87º91.84%76.86%-
XYZ26.943.167.4-
YUV151.2651.66102.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 196 (76.95% from 255) = 59.94%
BLUE value IS 16 (6.64% from 255) = 4.89%
R=35.17%
G=59.94%
B=4.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal115196160.4100.920.238784.9141.57
Hex73C4102905C1757552a
Octal163304205101342712712552
Binary11100111100010010000101001010111001011110101111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,196,16); }

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

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

 a { background-color: rgb(115,196,16); }

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

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

 span { border-color: rgb(115,196,16); }

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