Html Css Color HEX #70BF70 Fern

📋 copy color: '#70BF70'

red 112 ◦ green 191 ◦ blue 112

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

Shades of Fern #70BF70

Tints of Fern #70BF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 26.99%
G = 46.02%
B = 26.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#70BF70 (or 0x70BF70) is known color: Fern. HEX triplet: 70, BF and 70. RGB value is (112,191,112). Sum of RGB (Red+Green+Blue) = 112+191+112=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF70 is #8F408F. Grayscale: #9E9E9E. Windows color (decimal): -9388176 or 7389040. OLE color: 7389040.

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

Color convert

RGB 112 191 112 -
CMYK 0.41 0 0.41 0.25
HSL 120º 0.38% 0.59% -
HSV(B) 120º 0.41% 0.75% -
XYZ 28.24 41.88 21.92 -
YUV 158.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 112 191 112 0.41 0 0.41 0.25 120 0.38 0.59
Hex 70 BF 70 29 0 29 19 78 26 3B
Octal 160 277 160 51 0 51 31 170 46 73
Binary 1110000 10111111 1110000 101001 0 101001 11001 1111000 100110 111011

Color Harmonies of #70BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF70

Black with #70BF70

Text Example


Text Example

White with #70BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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