Html Css Color HEX #70C27F Fern

📋 copy color: '#70C27F'

red 112 ◦ green 194 ◦ blue 127

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

Shades of Fern #70C27F

Tints of Fern #70C27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.33%

R = 25.87%
G = 44.8%
B = 29.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#70C27F (or 0x70C27F) is known color: Fern. HEX triplet: 70, C2 and 7F. RGB value is (112,194,127). Sum of RGB (Red+Green+Blue) = 112+194+127=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #70C27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C27F is #8F3D80. Grayscale: #A2A2A2. Windows color (decimal): -9387393 or 8372848. OLE color: 8372848.

HSL color Cylindrical-coordinate representation of color #70C27F: hue angle of 130.98º 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 #70C27F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 194 127 -
CMYK 0.42 0 0.35 0.24
HSL 130.98º 0.4% 0.6% -
HSV(B) 130.98º 0.42% 0.76% -
XYZ 29.8 43.56 26.92 -
YUV 161.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 112 194 127 0.42 0 0.35 0.24 130.98 0.4 0.6
Hex 70 C2 7F 2A 0 23 18 83 28 3C
Octal 160 302 177 52 0 43 30 203 50 74
Binary 1110000 11000010 1111111 101010 0 100011 11000 10000011 101000 111100

Color Harmonies of #70C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C27F

Black with #70C27F

Text Example


Text Example

White with #70C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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