#70BE65

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

Shades of Fern #70BE65

Tints of Fern #70BE65

Color information

#70BE65 (or 0x70BE65) is unknown color: approx Fern. HEX triplet: 70, BE and 65. RGB value is (112,190,101). Sum of RGB (Red+Green+Blue) = 112+190+101=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE65 is #8F419A. Grayscale: #9C9C9C. Windows color (decimal): -9388443 or 6667888. OLE color: 6667888.

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

Color convert

RGB112190101-
CMYK0.4100.470.25
HSL112.58º40.64%57.06%-
HSV(B)112.58º46.84%74.51%-
XYZ27.4441.2118.82-
YUV156.5396.6696.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=27.79%
G=47.15%
B=25.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901010.4100.470.25112.5840.6457.06
Hex70BE652902F19712939
Octal16027614551057311615171
Binary11100001011111011001011010010101111110011110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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