#70D314

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

Shades of Christi #70D314

Tints of Christi #70D314

Color information

#70D314 (or 0x70D314) is unknown color: approx Christi. HEX triplet: 70, D3 and 14. RGB value is (112,211,20). Sum of RGB (Red+Green+Blue) = 112+211+20=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 211 (82.81% from 255 or 61.52% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 211 - color contains mainly: green. Hex color #70D314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D314 is #8F2CEB. Grayscale: #A0A0A0. Windows color (decimal): -9383148 or 1364848. OLE color: 1364848.

HSL color Cylindrical-coordinate representation of color #70D314: hue angle of 91.1º 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 #70D314 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB11221120-
CMYK0.4700.910.17
HSL91.1º82.68%45.29%-
HSV(B)91.1º90.52%82.75%-
XYZ30.150.088.74-
YUV159.6249.294.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 211 (82.81% from 255) = 61.52%
BLUE value IS 20 (8.20% from 255) = 5.83%
R=32.65%
G=61.52%
B=5.83%

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
Decimal112211200.4700.910.1791.182.6845.29
Hex70D3142F05B115b532d
Octal160323245701332113312355
Binary11100001101001110100101111010110111000110110111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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