#70C41E

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

Shades of Christi #70C41E

Tints of Christi #70C41E

Color information

#70C41E (or 0x70C41E) is unknown color: approx Christi. HEX triplet: 70, C4 and 1E. RGB value is (112,196,30). Sum of RGB (Red+Green+Blue) = 112+196+30=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #70C41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C41E is #8F3BE1. Grayscale: #989898. Windows color (decimal): -9386978 or 2016368. OLE color: 2016368.

HSL color Cylindrical-coordinate representation of color #70C41E: hue angle of 90.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70C41E is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB11219630-
CMYK0.4300.850.23
HSL90.36º73.45%44.31%-
HSV(B)90.36º84.69%76.86%-
XYZ26.6643.028.13-
YUV151.9659.1799.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 196 (76.95% from 255) = 57.99%
BLUE value IS 30 (12.11% from 255) = 8.88%
R=33.14%
G=57.99%
B=8.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112196300.4300.850.2390.3673.4544.31
Hex70C41E2B055175a492c
Octal160304365301252713211154
Binary11100001100010011110101011010101011011110110101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,30); }

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

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

 a { background-color: rgb(112,196,30); }

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

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

 span { border-color: rgb(112,196,30); }

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