Html Css Color HEX #70C272 Fern

📋 copy color: '#70C272'

red 112 ◦ green 194 ◦ blue 114

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

Shades of Fern #70C272

Tints of Fern #70C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 26.67%
G = 46.19%
B = 27.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#70C272 (or 0x70C272) is known color: Fern. HEX triplet: 70, C2 and 72. RGB value is (112,194,114). Sum of RGB (Red+Green+Blue) = 112+194+114=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #70C272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C272 is #8F3D8D. Grayscale: #A0A0A0. Windows color (decimal): -9387406 or 7520880. OLE color: 7520880.

HSL color Cylindrical-coordinate representation of color #70C272: hue angle of 121.46º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C272 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 194 114 -
CMYK 0.42 0 0.41 0.24
HSL 121.46º 0.4% 0.6% -
HSV(B) 121.46º 0.42% 0.76% -
XYZ 29.01 43.24 22.74 -
YUV 160.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 112 194 114 0.42 0 0.41 0.24 121.46 0.4 0.6
Hex 70 C2 72 2A 0 29 18 79 28 3C
Octal 160 302 162 52 0 51 30 171 50 74
Binary 1110000 11000010 1110010 101010 0 101001 11000 1111001 101000 111100

Color Harmonies of #70C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C272

Black with #70C272

Text Example


Text Example

White with #70C272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,194,114); }

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

background-color css

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

 a { background-color: rgb(112,194,114); }

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

border-color css

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

 span { border-color: rgb(112,194,114); }

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