Html Css Color HEX #70BF6B Fern

📋 copy color: '#70BF6B'

red 112 ◦ green 191 ◦ blue 107

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

Shades of Fern #70BF6B

Tints of Fern #70BF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 27.32%
G = 46.59%
B = 26.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#70BF6B (or 0x70BF6B) is known color: Fern. HEX triplet: 70, BF and 6B. RGB value is (112,191,107). Sum of RGB (Red+Green+Blue) = 112+191+107=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF6B is #8F4094. Grayscale: #9E9E9E. Windows color (decimal): -9388181 or 7061360. OLE color: 7061360.

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

Color convert

RGB 112 191 107 -
CMYK 0.41 0 0.44 0.25
HSL 116.43º 0.4% 0.58% -
HSV(B) 116.43º 0.44% 0.75% -
XYZ 27.97 41.77 20.5 -
YUV 157.8 99.33 95.33 -
System Red Green Blue C M Y K H S L
Decimal 112 191 107 0.41 0 0.44 0.25 116.43 0.4 0.58
Hex 70 BF 6B 29 0 2C 19 74 28 3A
Octal 160 277 153 51 0 54 31 164 50 72
Binary 1110000 10111111 1101011 101001 0 101100 11001 1110100 101000 111010

Color Harmonies of #70BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF6B

Black with #70BF6B

Text Example


Text Example

White with #70BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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