#70C204

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

Shades of Christi #70C204

Tints of Christi #70C204

Color information

#70C204 (or 0x70C204) is unknown color: approx Christi. HEX triplet: 70, C2 and 04. RGB value is (112,194,4). Sum of RGB (Red+Green+Blue) = 112+194+4=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #70C204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C204 is #8F3DFB. Grayscale: #949494. Windows color (decimal): -9387516 or 311920. OLE color: 311920.

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

Color convert

RGB1121944-
CMYK0.4200.980.24
HSL85.89º95.96%38.82%-
HSV(B)85.89º97.94%76.08%-
XYZ2642.046.86-
YUV147.8246.83102.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 194 (76.17% from 255) = 62.58%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=36.13%
G=62.58%
B=1.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11219440.4200.980.2485.8995.9638.82
Hex70C242A06218566027
Octal16030245201423012614047
Binary111000011000010100101010011000101100010101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,194,4); }

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

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

 a { background-color: rgb(112,194,4); }

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

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

 span { border-color: rgb(112,194,4); }

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