#70BD1E

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

Shades of Christi #70BD1E

Tints of Christi #70BD1E

Color information

#70BD1E (or 0x70BD1E) is unknown color: approx Christi. HEX triplet: 70, BD and 1E. RGB value is (112,189,30). Sum of RGB (Red+Green+Blue) = 112+189+30=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD1E is #8F42E1. Grayscale: #949494. Windows color (decimal): -9388770 or 2014576. OLE color: 2014576.

HSL color Cylindrical-coordinate representation of color #70BD1E: hue angle of 89.06º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70BD1E is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB11218930-
CMYK0.4100.840.26
HSL89.06º72.6%42.94%-
HSV(B)89.06º84.13%74.12%-
XYZ25.1139.937.61-
YUV147.8561.49102.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=33.84%
G=57.10%
B=9.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112189300.4100.840.2689.0672.642.94
Hex70BD1E290541A59492b
Octal160275365101243213111153
Binary11100001011110111110101001010101001101010110011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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