#70C700

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

Shades of Christi #70C700

Tints of Christi #70C700

Color information

#70C700 (or 0x70C700) is unknown color: approx Christi. HEX triplet: 70, C7 and 00. RGB value is (112,199,0). Sum of RGB (Red+Green+Blue) = 112+199+0=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #70C700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C700 is #8F38FF. Grayscale: #979797. Windows color (decimal): -9386240 or 51056. OLE color: 51056.

HSL color Cylindrical-coordinate representation of color #70C700: hue angle of 86.23º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70C700 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1121990-
CMYK0.44010.22
HSL86.23º100%39.02%-
HSV(B)86.23º100%78.04%-
XYZ27.1144.297.12-
YUV150.343.18100.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 199 (78.12% from 255) = 63.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.01%
G=63.99%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11219900.44010.2286.2310039.02
Hex70C702C06416566427
Octal16030705401442612614447
Binary1110000110001110101100011001001011010101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,199,0); }

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

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

 a { background-color: rgb(112,199,0); }

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

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

 span { border-color: rgb(112,199,0); }

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