#70B303

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

Shades of Christi #70B303

Tints of Christi #70B303

Color information

#70B303 (or 0x70B303) is unknown color: approx Christi. HEX triplet: 70, B3 and 03. RGB value is (112,179,3). Sum of RGB (Red+Green+Blue) = 112+179+3=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #70B303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B303 is #8F4CFC. Grayscale: #8B8B8B. Windows color (decimal): -9391357 or 242544. OLE color: 242544.

HSL color Cylindrical-coordinate representation of color #70B303: hue angle of 82.84º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70B303 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1121793-
CMYK0.3700.980.30
HSL82.84º96.7%35.69%-
HSV(B)82.84º98.32%70.2%-
XYZ22.8235.695.77-
YUV138.951.3108.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 179 (70.31% from 255) = 60.88%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=38.10%
G=60.88%
B=1.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11217930.3700.980.3082.8496.735.69
Hex70B33250621E536124
Octal16026334501423612314144
Binary11100001011001111100101011000101111010100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,3); }

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

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

 a { background-color: rgb(112,179,3); }

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

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

 span { border-color: rgb(112,179,3); }

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