#70C478

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

Shades of Fern #70C478

Tints of Fern #70C478

Color information

#70C478 (or 0x70C478) is unknown color: approx Fern. HEX triplet: 70, C4 and 78. RGB value is (112,196,120). Sum of RGB (Red+Green+Blue) = 112+196+120=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #70C478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C478 is #8F3B87. Grayscale: #A2A2A2. Windows color (decimal): -9386888 or 7914608. OLE color: 7914608.

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

Color convert

RGB112196120-
CMYK0.4300.390.23
HSL125.71º41.58%60.39%-
HSV(B)125.71º42.86%76.86%-
XYZ29.8144.2824.75-
YUV162.22104.1792.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 196 (76.95% from 255) = 45.79%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=26.17%
G=45.79%
B=28.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961200.4300.390.23125.7141.5860.39
Hex70C4782B027177e2a3c
Octal16030417053047271765274
Binary11100001100010011110001010110100111101111111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,120); }

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

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

 a { background-color: rgb(112,196,120); }

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

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

 span { border-color: rgb(112,196,120); }

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