#70BD71

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

Shades of Fern #70BD71

Tints of Fern #70BD71

Color information

#70BD71 (or 0x70BD71) is unknown color: approx Fern. HEX triplet: 70, BD and 71. RGB value is (112,189,113). Sum of RGB (Red+Green+Blue) = 112+189+113=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD71 is #8F428E. Grayscale: #9D9D9D. Windows color (decimal): -9388687 or 7454064. OLE color: 7454064.

HSL color Cylindrical-coordinate representation of color #70BD71: hue angle of 120.78º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD71 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB112189113-
CMYK0.4100.400.26
HSL120.78º36.84%59.02%-
HSV(B)120.78º40.74%74.12%-
XYZ27.8641.0322.07-
YUV157.31102.9995.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=27.05%
G=45.65%
B=27.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121891130.4100.400.26120.7836.8459.02
Hex70BD71290281A79253b
Octal16027516151050321714573
Binary11100001011110111100011010010101000110101111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,113); }

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

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

 a { background-color: rgb(112,189,113); }

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

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

 span { border-color: rgb(112,189,113); }

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