#70BF7E

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

Shades of Fern #70BF7E

Tints of Fern #70BF7E

Color information

#70BF7E (or 0x70BF7E) is unknown color: approx Fern. HEX triplet: 70, BF and 7E. RGB value is (112,191,126). Sum of RGB (Red+Green+Blue) = 112+191+126=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF7E is #8F4081. Grayscale: #A0A0A0. Windows color (decimal): -9388162 or 8306544. OLE color: 8306544.

HSL color Cylindrical-coordinate representation of color #70BF7E: hue angle of 130.63º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF7E is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB112191126-
CMYK0.4100.340.25
HSL130.63º38.16%59.41%-
HSV(B)130.63º41.36%74.9%-
XYZ29.0842.2126.35-
YUV159.97108.8393.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=26.11%
G=44.52%
B=29.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911260.4100.340.25130.6338.1659.41
Hex70BF7E290221983263b
Octal16027717651042312034673
Binary111000010111111111111010100101000101100110000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,126); }

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

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

 a { background-color: rgb(112,191,126); }

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

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

 span { border-color: rgb(112,191,126); }

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