#70C37F

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

Shades of Fern #70C37F

Tints of Fern #70C37F

Color information

#70C37F (or 0x70C37F) is unknown color: approx Fern. HEX triplet: 70, C3 and 7F. RGB value is (112,195,127). Sum of RGB (Red+Green+Blue) = 112+195+127=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #70C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C37F is #8F3C80. Grayscale: #A2A2A2. Windows color (decimal): -9387137 or 8373104. OLE color: 8373104.

HSL color Cylindrical-coordinate representation of color #70C37F: hue angle of 130.84º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C37F is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB112195127-
CMYK0.4300.350.24
HSL130.84º40.89%60.2%-
HSV(B)130.84º42.56%76.47%-
XYZ30.0344.0126.99-
YUV162.4310892.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 127 (50% from 255) = 29.26%
R=25.81%
G=44.93%
B=29.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951270.4300.350.24130.8440.8960.2
Hex70C37F2B0231883293c
Octal16030317753043302035174
Binary111000011000011111111110101101000111100010000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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