#73C10D

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

Shades of Christi #73C10D

Tints of Christi #73C10D

Color information

#73C10D (or 0x73C10D) is unknown color: approx Christi. HEX triplet: 73, C1 and 0D. RGB value is (115,193,13). Sum of RGB (Red+Green+Blue) = 115+193+13=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #73C10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C10D is #8C3EF2. Grayscale: #959595. Windows color (decimal): -9191155 or 901491. OLE color: 901491.

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

Color convert

RGB11519313-
CMYK0.4000.930.24
HSL86º87.38%40.39%-
HSV(B)86º93.26%75.69%-
XYZ26.2141.817.07-
YUV149.1651.16103.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 193 (75.78% from 255) = 60.12%
BLUE value IS 13 (5.47% from 255) = 4.05%
R=35.83%
G=60.12%
B=4.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115193130.4000.930.248687.3840.39
Hex73C1D2805D18565728
Octal163301155001353012612750
Binary1110011110000011101101000010111011100010101101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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