Html Css Color HEX #70BD73 Fern

📋 copy color: '#70BD73'

red 112 ◦ green 189 ◦ blue 115

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

Shades of Fern #70BD73

Tints of Fern #70BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.43%

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

R = 26.92%
G = 45.43%
B = 27.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#70BD73 (or 0x70BD73) is known color: Fern. HEX triplet: 70, BD and 73. RGB value is (112,189,115). Sum of RGB (Red+Green+Blue) = 112+189+115=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD73 is #8F428C. Grayscale: #9D9D9D. Windows color (decimal): -9388685 or 7585136. OLE color: 7585136.

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

Color convert

RGB 112 189 115 -
CMYK 0.41 0 0.39 0.26
HSL 122.34º 0.37% 0.59% -
HSV(B) 122.34º 0.41% 0.74% -
XYZ 27.97 41.08 22.67 -
YUV 157.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 112 189 115 0.41 0 0.39 0.26 122.34 0.37 0.59
Hex 70 BD 73 29 0 27 1A 7A 25 3B
Octal 160 275 163 51 0 47 32 172 45 73
Binary 1110000 10111101 1110011 101001 0 100111 11010 1111010 100101 111011

Color Harmonies of #70BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD73

Black with #70BD73

Text Example


Text Example

White with #70BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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