#70C477

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

Shades of Fern #70C477

Tints of Fern #70C477

Color information

#70C477 (or 0x70C477) is unknown color: approx Fern. HEX triplet: 70, C4 and 77. RGB value is (112,196,119). Sum of RGB (Red+Green+Blue) = 112+196+119=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #70C477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C477 is #8F3B88. Grayscale: #A2A2A2. Windows color (decimal): -9386889 or 7849072. OLE color: 7849072.

HSL color Cylindrical-coordinate representation of color #70C477: hue angle of 125º 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 #70C477 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB112196119-
CMYK0.4300.390.23
HSL125º41.58%60.39%-
HSV(B)125º42.86%76.86%-
XYZ29.7544.2624.43-
YUV162.11103.6792.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 196 (76.95% from 255) = 45.90%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=26.23%
G=45.90%
B=27.87%

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
Decimal1121961190.4300.390.2312541.5860.39
Hex70C4772B027177d2a3c
Octal16030416753047271755274
Binary11100001100010011101111010110100111101111111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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