Html Css Color HEX #70BF67 Fern

📋 copy color: '#70BF67'

red 112 ◦ green 191 ◦ blue 103

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

Shades of Fern #70BF67

Tints of Fern #70BF67

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

 BLUE value IS 103 (40.63% from 255) = 25.37%

R = 27.59%
G = 47.04%
B = 25.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#70BF67 (or 0x70BF67) is known color: Fern. HEX triplet: 70, BF and 67. RGB value is (112,191,103). Sum of RGB (Red+Green+Blue) = 112+191+103=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF67 is #8F4098. Grayscale: #9D9D9D. Windows color (decimal): -9388185 or 6799216. OLE color: 6799216.

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

Color convert

RGB 112 191 103 -
CMYK 0.41 0 0.46 0.25
HSL 113.86º 0.41% 0.58% -
HSV(B) 113.86º 0.46% 0.75% -
XYZ 27.76 41.69 19.41 -
YUV 157.35 97.33 95.66 -
System Red Green Blue C M Y K H S L
Decimal 112 191 103 0.41 0 0.46 0.25 113.86 0.41 0.58
Hex 70 BF 67 29 0 2E 19 72 29 3A
Octal 160 277 147 51 0 56 31 162 51 72
Binary 1110000 10111111 1100111 101001 0 101110 11001 1110010 101001 111010

Color Harmonies of #70BF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF67

Black with #70BF67

Text Example


Text Example

White with #70BF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,191,103); }

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

background-color css

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

 a { background-color: rgb(112,191,103); }

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

border-color css

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

 span { border-color: rgb(112,191,103); }

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