#70BE66

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

Shades of Fern #70BE66

Tints of Fern #70BE66

Color information

#70BE66 (or 0x70BE66) is unknown color: approx Fern. HEX triplet: 70, BE and 66. RGB value is (112,190,102). Sum of RGB (Red+Green+Blue) = 112+190+102=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE66 is #8F4199. Grayscale: #9C9C9C. Windows color (decimal): -9388442 or 6733424. OLE color: 6733424.

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

Color convert

RGB112190102-
CMYK0.4100.460.25
HSL113.18º40.37%57.25%-
HSV(B)113.18º46.32%74.51%-
XYZ27.4941.2319.08-
YUV156.6597.1696.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=27.72%
G=47.03%
B=25.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901020.4100.460.25113.1840.3757.25
Hex70BE662902E19712839
Octal16027614651056311615071
Binary11100001011111011001101010010101110110011110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,102); }

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

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

 a { background-color: rgb(112,190,102); }

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

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

 span { border-color: rgb(112,190,102); }

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