#70C36E

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

Shades of Fern #70C36E

Tints of Fern #70C36E

Color information

#70C36E (or 0x70C36E) is unknown color: approx Fern. HEX triplet: 70, C3 and 6E. RGB value is (112,195,110). Sum of RGB (Red+Green+Blue) = 112+195+110=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #70C36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C36E is #8F3C91. Grayscale: #A0A0A0. Windows color (decimal): -9387154 or 7258992. OLE color: 7258992.

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

Color convert

RGB112195110-
CMYK0.4300.440.24
HSL118.59º41.46%59.8%-
HSV(B)118.59º43.59%76.47%-
XYZ29.0143.621.64-
YUV160.4999.593.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=26.86%
G=46.76%
B=26.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951100.4300.440.24118.5941.4659.8
Hex70C36E2B02C1877293c
Octal16030315653054301675174
Binary11100001100001111011101010110101100110001110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,110); }

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

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

 a { background-color: rgb(112,195,110); }

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

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

 span { border-color: rgb(112,195,110); }

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