Html Css Color HEX #70C86C Fern

📋 copy color: '#70C86C'

red 112 ◦ green 200 ◦ blue 108

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

Shades of Fern #70C86C

Tints of Fern #70C86C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.62%

 BLUE value IS 108 (42.58% from 255) = 25.71%

R = 26.67%
G = 47.62%
B = 25.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#70C86C (or 0x70C86C) is known color: Fern. HEX triplet: 70, C8 and 6C. RGB value is (112,200,108). Sum of RGB (Red+Green+Blue) = 112+200+108=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #70C86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C86C is #8F3793. Grayscale: #A3A3A3. Windows color (decimal): -9385876 or 7129200. OLE color: 7129200.

HSL color Cylindrical-coordinate representation of color #70C86C: hue angle of 117.39º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C86C is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 108 -
CMYK 0.44 0 0.46 0.22
HSL 117.39º 0.46% 0.6% -
HSV(B) 117.39º 0.46% 0.78% -
XYZ 30.04 45.84 21.45 -
YUV 163.2 96.85 91.48 -
System Red Green Blue C M Y K H S L
Decimal 112 200 108 0.44 0 0.46 0.22 117.39 0.46 0.6
Hex 70 C8 6C 2C 0 2E 16 75 2E 3C
Octal 160 310 154 54 0 56 26 165 56 74
Binary 1110000 11001000 1101100 101100 0 101110 10110 1110101 101110 111100

Color Harmonies of #70C86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C86C

Black with #70C86C

Text Example


Text Example

White with #70C86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,200,108); }

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

background-color css

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

 a { background-color: rgb(112,200,108); }

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

border-color css

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

 span { border-color: rgb(112,200,108); }

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