#70C56E

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

Shades of Fern #70C56E

Tints of Fern #70C56E

Color information

#70C56E (or 0x70C56E) is unknown color: approx Fern. HEX triplet: 70, C5 and 6E. RGB value is (112,197,110). Sum of RGB (Red+Green+Blue) = 112+197+110=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #70C56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C56E is #8F3A91. Grayscale: #A1A1A1. Windows color (decimal): -9386642 or 7259504. OLE color: 7259504.

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

Color convert

RGB112197110-
CMYK0.4300.440.23
HSL118.62º42.86%60.2%-
HSV(B)118.62º44.16%77.25%-
XYZ29.4644.521.79-
YUV161.6798.8492.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 197 (77.34% from 255) = 47.02%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=26.73%
G=47.02%
B=26.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121971100.4300.440.23118.6242.8660.2
Hex70C56E2B02C17772b3c
Octal16030515653054271675374
Binary11100001100010111011101010110101100101111110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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