#70CD0A

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

Shades of Christi #70CD0A

Tints of Christi #70CD0A

Color information

#70CD0A (or 0x70CD0A) is unknown color: approx Christi. HEX triplet: 70, CD and 0A. RGB value is (112,205,10). Sum of RGB (Red+Green+Blue) = 112+205+10=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 205 (80.47% from 255 or 62.69% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CD0A is #8F32F5. Grayscale: #9B9B9B. Windows color (decimal): -9384694 or 707952. OLE color: 707952.

HSL color Cylindrical-coordinate representation of color #70CD0A: hue angle of 88.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70CD0A is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB11220510-
CMYK0.4500.950.20
HSL88.62º90.7%42.16%-
HSV(B)88.62º95.12%80.39%-
XYZ28.5747.137.88-
YUV154.9646.1997.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 205 (80.47% from 255) = 62.69%
BLUE value IS 10 (4.30% from 255) = 3.06%
R=34.25%
G=62.69%
B=3.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112205100.4500.950.2088.6290.742.16
Hex70CDA2D05F14595b2a
Octal160315125501372413113352
Binary1110000110011011010101101010111111010010110011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,10); }

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

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

 a { background-color: rgb(112,205,10); }

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

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

 span { border-color: rgb(112,205,10); }

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