#70C21B

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

Shades of Christi #70C21B

Tints of Christi #70C21B

Color information

#70C21B (or 0x70C21B) is unknown color: approx Christi. HEX triplet: 70, C2 and 1B. RGB value is (112,194,27). Sum of RGB (Red+Green+Blue) = 112+194+27=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #70C21B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C21B is #8F3DE4. Grayscale: #979797. Windows color (decimal): -9387493 or 1819248. OLE color: 1819248.

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

Color convert

RGB11219427-
CMYK0.4200.860.24
HSL89.46º75.57%43.33%-
HSV(B)89.46º86.08%76.08%-
XYZ26.1742.117.79-
YUV150.4458.33100.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 194 (76.17% from 255) = 58.26%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=33.63%
G=58.26%
B=8.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194270.4200.860.2489.4675.5743.33
Hex70C21B2A05618594c2b
Octal160302335201263013111453
Binary11100001100001011011101010010101101100010110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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