#70c36d

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

Shades of Fern #70C36D

Tints of Fern #70C36D

Color information

#70C36D (or 0x70C36D) is unknown color: approx Fern. HEX triplet: 70, C3 and 6D. RGB value is (112,195,109). Sum of RGB (Red+Green+Blue) = 112+195+109=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #70C36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C36D is #8F3C92. Grayscale: #A0A0A0. Windows color (decimal): -9387155 or 7193456. OLE color: 7193456.

HSL color Cylindrical-coordinate representation of color #70C36D: hue angle of 117.91º degrees, saturation: 0.42, 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 #70C36D is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB112195109-
CMYK0.4300.440.24
HSL117.91º41.75%59.61%-
HSV(B)117.91º44.1%76.47%-
XYZ28.9643.5821.35-
YUV160.389993.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=26.92%
G=46.88%
B=26.20%

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
Decimal1121951090.4300.440.24117.9141.7559.61
Hex70C36D2B02C18762a3c
Octal16030315553054301665274
Binary11100001100001111011011010110101100110001110110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c36d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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