#70C467

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

Shades of Fern #70C467

Tints of Fern #70C467

Color information

#70C467 (or 0x70C467) is unknown color: approx Fern. HEX triplet: 70, C4 and 67. RGB value is (112,196,103). Sum of RGB (Red+Green+Blue) = 112+196+103=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #70C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C467 is #8F3B98. Grayscale: #A0A0A0. Windows color (decimal): -9386905 or 6800496. OLE color: 6800496.

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

Color convert

RGB112196103-
CMYK0.4300.470.23
HSL114.19º44.08%58.63%-
HSV(B)114.19º47.45%76.86%-
XYZ28.8743.919.78-
YUV160.2895.6793.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=27.25%
G=47.69%
B=25.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961030.4300.470.23114.1944.0858.63
Hex70C4672B02F17722c3b
Octal16030414753057271625473
Binary11100001100010011001111010110101111101111110010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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