#70C17F

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

Shades of Fern #70C17F

Tints of Fern #70C17F

Color information

#70C17F (or 0x70C17F) is unknown color: approx Fern. HEX triplet: 70, C1 and 7F. RGB value is (112,193,127). Sum of RGB (Red+Green+Blue) = 112+193+127=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #70C17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C17F is #8F3E80. Grayscale: #A1A1A1. Windows color (decimal): -9387649 or 8372592. OLE color: 8372592.

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

Color convert

RGB112193127-
CMYK0.4200.340.24
HSL131.11º39.51%59.8%-
HSV(B)131.11º41.97%75.69%-
XYZ29.5843.1226.84-
YUV161.26108.6692.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 193 (75.78% from 255) = 44.68%
BLUE value IS 127 (50% from 255) = 29.40%
R=25.93%
G=44.68%
B=29.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931270.4200.340.24131.1139.5159.8
Hex70C17F2A0221883283c
Octal16030117752042302035074
Binary111000011000001111111110101001000101100010000011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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