#70C00D

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

Shades of Christi #70C00D

Tints of Christi #70C00D

Color information

#70C00D (or 0x70C00D) is unknown color: approx Christi. HEX triplet: 70, C0 and 0D. RGB value is (112,192,13). Sum of RGB (Red+Green+Blue) = 112+192+13=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #70C00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C00D is #8F3FF2. Grayscale: #949494. Windows color (decimal): -9388019 or 901232. OLE color: 901232.

HSL color Cylindrical-coordinate representation of color #70C00D: hue angle of 86.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70C00D is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB11219213-
CMYK0.4200.930.25
HSL86.82º87.32%40.2%-
HSV(B)86.82º93.23%75.29%-
XYZ25.641.176.98-
YUV147.6752102.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 192 (75.39% from 255) = 60.57%
BLUE value IS 13 (5.47% from 255) = 4.10%
R=35.33%
G=60.57%
B=4.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112192130.4200.930.2586.8287.3240.2
Hex70C0D2A05D19575728
Octal160300155201353112712750
Binary1110000110000001101101010010111011100110101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C00D; }

 p { color: rgb(112,192,13); }

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

<style>
 a { background-color: #70C00D; }

 a { background-color: rgb(112,192,13); }

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

<style>
 span { border-color: #70C00D; }

 span { border-color: rgb(112,192,13); }

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