#70C17D

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

Shades of Fern #70C17D

Tints of Fern #70C17D

Color information

#70C17D (or 0x70C17D) is unknown color: approx Fern. HEX triplet: 70, C1 and 7D. RGB value is (112,193,125). Sum of RGB (Red+Green+Blue) = 112+193+125=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #70C17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C17D is #8F3E82. Grayscale: #A1A1A1. Windows color (decimal): -9387651 or 8241520. OLE color: 8241520.

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

Color convert

RGB112193125-
CMYK0.4200.350.24
HSL129.63º39.51%59.8%-
HSV(B)129.63º41.97%75.69%-
XYZ29.4543.0726.16-
YUV161.03107.6693.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=26.05%
G=44.88%
B=29.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931250.4200.350.24129.6339.5159.8
Hex70C17D2A0231882283c
Octal16030117552043302025074
Binary111000011000001111110110101001000111100010000010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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