#70C27F

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

Shades of Fern #70C27F

Tints of Fern #70C27F

Color information

#70C27F (or 0x70C27F) is unknown color: approx Fern. HEX triplet: 70, C2 and 7F. RGB value is (112,194,127). Sum of RGB (Red+Green+Blue) = 112+194+127=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #70C27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C27F is #8F3D80. Grayscale: #A2A2A2. Windows color (decimal): -9387393 or 8372848. OLE color: 8372848.

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

Color convert

RGB112194127-
CMYK0.4200.350.24
HSL130.98º40.2%60%-
HSV(B)130.98º42.27%76.08%-
XYZ29.843.5626.92-
YUV161.84108.3392.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 127 (50% from 255) = 29.33%
R=25.87%
G=44.80%
B=29.33%

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
Decimal1121941270.4200.350.24130.9840.260
Hex70C27F2A0231883283c
Octal16030217752043302035074
Binary111000011000010111111110101001000111100010000011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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