#70d313

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

Shades of Christi #70D313

Tints of Christi #70D313

Color information

#70D313 (or 0x70D313) is unknown color: approx Christi. HEX triplet: 70, D3 and 13. RGB value is (112,211,19). Sum of RGB (Red+Green+Blue) = 112+211+19=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #70D313 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D313 is #8F2CEC. Grayscale: #A0A0A0. Windows color (decimal): -9383149 or 1299312. OLE color: 1299312.

HSL color Cylindrical-coordinate representation of color #70D313: hue angle of 90.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70D313 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB11221119-
CMYK0.4700.910.17
HSL90.94º83.48%45.1%-
HSV(B)90.94º91%82.75%-
XYZ30.0950.088.7-
YUV159.5148.794.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 211 (82.81% from 255) = 61.70%
BLUE value IS 19 (7.81% from 255) = 5.56%
R=32.75%
G=61.70%
B=5.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112211190.4700.910.1790.9483.4845.1
Hex70D3132F05B115b532d
Octal160323235701332113312355
Binary11100001101001110011101111010110111000110110111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70d313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,211,19); }

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

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

 a { background-color: rgb(112,211,19); }

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

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

 span { border-color: rgb(112,211,19); }

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