Html Css Color HEX #70BE74 Fern

📋 copy color: '#70BE74'

red 112 ◦ green 190 ◦ blue 116

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

Shades of Fern #70BE74

Tints of Fern #70BE74

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 26.79%
G = 45.45%
B = 27.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#70BE74 (or 0x70BE74) is known color: Fern. HEX triplet: 70, BE and 74. RGB value is (112,190,116). Sum of RGB (Red+Green+Blue) = 112+190+116=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE74 is #8F418B. Grayscale: #9E9E9E. Windows color (decimal): -9388428 or 7650928. OLE color: 7650928.

HSL color Cylindrical-coordinate representation of color #70BE74: hue angle of 123.08º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE74 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 116 -
CMYK 0.41 0 0.39 0.25
HSL 123.08º 0.38% 0.59% -
HSV(B) 123.08º 0.41% 0.75% -
XYZ 28.25 41.53 23.05 -
YUV 158.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 112 190 116 0.41 0 0.39 0.25 123.08 0.38 0.59
Hex 70 BE 74 29 0 27 19 7B 26 3B
Octal 160 276 164 51 0 47 31 173 46 73
Binary 1110000 10111110 1110100 101001 0 100111 11001 1111011 100110 111011

Color Harmonies of #70BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE74

Black with #70BE74

Text Example


Text Example

White with #70BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,190,116); }

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

background-color css

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

 a { background-color: rgb(112,190,116); }

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

border-color css

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

 span { border-color: rgb(112,190,116); }

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