#70B421

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

Shades of Christi #70B421

Tints of Christi #70B421

Color information

#70B421 (or 0x70B421) is unknown color: approx Christi. HEX triplet: 70, B4 and 21. RGB value is (112,180,33). Sum of RGB (Red+Green+Blue) = 112+180+33=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #70B421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B421 is #8F4BDE. Grayscale: #8F8F8F. Windows color (decimal): -9391071 or 2208880. OLE color: 2208880.

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

Color convert

RGB11218033-
CMYK0.3800.820.29
HSL87.76º69.01%41.76%-
HSV(B)87.76º81.67%70.59%-
XYZ23.2836.27.2-
YUV142.9165.97105.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 33 (13.28% from 255) = 10.15%
R=34.46%
G=55.38%
B=10.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112180330.3800.820.2987.7669.0141.76
Hex70B421260521D58452a
Octal160264414601223513010552
Binary111000010110100100001100110010100101110110110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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