Html Css Color HEX #70BC6E Fern

📋 copy color: '#70BC6E'

red 112 ◦ green 188 ◦ blue 110

#70BC6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #70BC6E

Tints of Fern #70BC6E

RGB

 RED value IS 112 (44.14% from 255) = 27.32%

 GREEN value IS 188 (73.83% from 255) = 45.85%

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 27.32%
G = 45.85%
B = 26.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#70BC6E (or 0x70BC6E) is known color: Fern. HEX triplet: 70, BC and 6E. RGB value is (112,188,110). Sum of RGB (Red+Green+Blue) = 112+188+110=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC6E is #8F4391. Grayscale: #9C9C9C. Windows color (decimal): -9388946 or 7257200. OLE color: 7257200.

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

Color convert

RGB 112 188 110 -
CMYK 0.40 0 0.41 0.26
HSL 118.46º 0.37% 0.58% -
HSV(B) 118.46º 0.41% 0.74% -
XYZ 27.48 40.54 21.13 -
YUV 156.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 112 188 110 0.40 0 0.41 0.26 118.46 0.37 0.58
Hex 70 BC 6E 28 0 29 1A 76 25 3A
Octal 160 274 156 50 0 51 32 166 45 72
Binary 1110000 10111100 1101110 101000 0 101001 11010 1110110 100101 111010

Color Harmonies of #70BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC6E

Black with #70BC6E

Text Example


Text Example

White with #70BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,110); }

 H1.HeaderClassName
 {
   color: #70BC6E;
 }
 .AnyTagClassName
 {
   color: #70BC6E;
 }
</style>

background-color css

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

 a { background-color: rgb(112,188,110); }

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

border-color css

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

 span { border-color: rgb(112,188,110); }

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