#70B402

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

Shades of Christi #70B402

Tints of Christi #70B402

Color information

#70B402 (or 0x70B402) is unknown color: approx Christi. HEX triplet: 70, B4 and 02. RGB value is (112,180,2). Sum of RGB (Red+Green+Blue) = 112+180+2=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #70B402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B402 is #8F4BFD. Grayscale: #8C8C8C. Windows color (decimal): -9391102 or 177264. OLE color: 177264.

HSL color Cylindrical-coordinate representation of color #70B402: hue angle of 82.92º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70B402 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1121802-
CMYK0.3800.990.29
HSL82.92º97.8%35.69%-
HSV(B)82.92º98.89%70.59%-
XYZ23.0136.095.81-
YUV139.3850.47108.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 180 (70.70% from 255) = 61.22%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=38.10%
G=61.22%
B=0.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11218020.3800.990.2982.9297.835.69
Hex70B42260631D536224
Octal16026424601433512314244
Binary11100001011010010100110011000111110110100111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,2); }

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

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

 a { background-color: rgb(112,180,2); }

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

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

 span { border-color: rgb(112,180,2); }

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