Html Css Color HEX #70BF73 Fern

📋 copy color: '#70BF73'

red 112 ◦ green 191 ◦ blue 115

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

Shades of Fern #70BF73

Tints of Fern #70BF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 26.79%
G = 45.69%
B = 27.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#70BF73 (or 0x70BF73) is known color: Fern. HEX triplet: 70, BF and 73. RGB value is (112,191,115). Sum of RGB (Red+Green+Blue) = 112+191+115=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF73 is #8F408C. Grayscale: #9E9E9E. Windows color (decimal): -9388173 or 7585648. OLE color: 7585648.

HSL color Cylindrical-coordinate representation of color #70BF73: hue angle of 122.28º 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 #70BF73 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 191 115 -
CMYK 0.41 0 0.40 0.25
HSL 122.28º 0.38% 0.59% -
HSV(B) 122.28º 0.41% 0.75% -
XYZ 28.41 41.94 22.82 -
YUV 158.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 112 191 115 0.41 0 0.40 0.25 122.28 0.38 0.59
Hex 70 BF 73 29 0 28 19 7A 26 3B
Octal 160 277 163 51 0 50 31 172 46 73
Binary 1110000 10111111 1110011 101001 0 101000 11001 1111010 100110 111011

Color Harmonies of #70BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF73

Black with #70BF73

Text Example


Text Example

White with #70BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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