#70D00B

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

Shades of Christi #70D00B

Tints of Christi #70D00B

Color information

#70D00B (or 0x70D00B) is unknown color: approx Christi. HEX triplet: 70, D0 and 0B. RGB value is (112,208,11). Sum of RGB (Red+Green+Blue) = 112+208+11=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #70D00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D00B is #8F2FF4. Grayscale: #9D9D9D. Windows color (decimal): -9383925 or 774256. OLE color: 774256.

HSL color Cylindrical-coordinate representation of color #70D00B: hue angle of 89.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70D00B is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB11220811-
CMYK0.4600.950.18
HSL89.24º89.95%42.94%-
HSV(B)89.24º94.71%81.57%-
XYZ29.348.588.15-
YUV156.8445.796.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 208 (81.64% from 255) = 62.84%
BLUE value IS 11 (4.69% from 255) = 3.32%
R=33.84%
G=62.84%
B=3.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112208110.4600.950.1889.2489.9542.94
Hex70D0B2E05F12595a2b
Octal160320135601372213113253
Binary1110000110100001011101110010111111001010110011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,208,11); }

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

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

 a { background-color: rgb(112,208,11); }

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

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

 span { border-color: rgb(112,208,11); }

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