Html Css Color HEX #70C56E Fern

📋 copy color: '#70C56E'

red 112 ◦ green 197 ◦ blue 110

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

Shades of Fern #70C56E

Tints of Fern #70C56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.02%

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

R = 26.73%
G = 47.02%
B = 26.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#70C56E (or 0x70C56E) is known color: Fern. HEX triplet: 70, C5 and 6E. RGB value is (112,197,110). Sum of RGB (Red+Green+Blue) = 112+197+110=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #70C56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C56E is #8F3A91. Grayscale: #A1A1A1. Windows color (decimal): -9386642 or 7259504. OLE color: 7259504.

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

Color convert

RGB 112 197 110 -
CMYK 0.43 0 0.44 0.23
HSL 118.62º 0.43% 0.6% -
HSV(B) 118.62º 0.44% 0.77% -
XYZ 29.46 44.5 21.79 -
YUV 161.67 98.84 92.57 -
System Red Green Blue C M Y K H S L
Decimal 112 197 110 0.43 0 0.44 0.23 118.62 0.43 0.6
Hex 70 C5 6E 2B 0 2C 17 77 2B 3C
Octal 160 305 156 53 0 54 27 167 53 74
Binary 1110000 11000101 1101110 101011 0 101100 10111 1110111 101011 111100

Color Harmonies of #70C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C56E

Black with #70C56E

Text Example


Text Example

White with #70C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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