#70C311

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

Shades of Christi #70C311

Tints of Christi #70C311

Color information

#70C311 (or 0x70C311) is unknown color: approx Christi. HEX triplet: 70, C3 and 11. RGB value is (112,195,17). Sum of RGB (Red+Green+Blue) = 112+195+17=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #70C311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C311 is #8F3CEE. Grayscale: #969696. Windows color (decimal): -9387247 or 1164144. OLE color: 1164144.

HSL color Cylindrical-coordinate representation of color #70C311: hue angle of 87.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70C311 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB11219517-
CMYK0.4300.910.24
HSL87.98º83.96%41.57%-
HSV(B)87.98º91.28%76.47%-
XYZ26.342.527.35-
YUV149.8953100.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 195 (76.56% from 255) = 60.19%
BLUE value IS 17 (7.03% from 255) = 5.25%
R=34.57%
G=60.19%
B=5.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112195170.4300.910.2487.9883.9641.57
Hex70C3112B05B1858542a
Octal160303215301333013012452
Binary11100001100001110001101011010110111100010110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,17); }

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

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

 a { background-color: rgb(112,195,17); }

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

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

 span { border-color: rgb(112,195,17); }

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