#70C37D

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

Shades of Fern #70C37D

Tints of Fern #70C37D

Color information

#70C37D (or 0x70C37D) is unknown color: approx Fern. HEX triplet: 70, C3 and 7D. RGB value is (112,195,125). Sum of RGB (Red+Green+Blue) = 112+195+125=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #70C37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C37D is #8F3C82. Grayscale: #A2A2A2. Windows color (decimal): -9387139 or 8242032. OLE color: 8242032.

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

Color convert

RGB112195125-
CMYK0.4300.360.24
HSL129.4º40.89%60.2%-
HSV(B)129.4º42.56%76.47%-
XYZ29.943.9626.31-
YUV162.210792.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=25.93%
G=45.14%
B=28.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951250.4300.360.24129.440.8960.2
Hex70C37D2B0241881293c
Octal16030317553044302015174
Binary111000011000011111110110101101001001100010000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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