Html Css Color HEX #70BD7D Fern

📋 copy color: '#70BD7D'

red 112 ◦ green 189 ◦ blue 125

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

Shades of Fern #70BD7D

Tints of Fern #70BD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 26.29%
G = 44.37%
B = 29.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#70BD7D (or 0x70BD7D) is known color: Fern. HEX triplet: 70, BD and 7D. RGB value is (112,189,125). Sum of RGB (Red+Green+Blue) = 112+189+125=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD7D is #8F4282. Grayscale: #9E9E9E. Windows color (decimal): -9388675 or 8240496. OLE color: 8240496.

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

Color convert

RGB 112 189 125 -
CMYK 0.41 0 0.34 0.26
HSL 130.13º 0.37% 0.59% -
HSV(B) 130.13º 0.41% 0.74% -
XYZ 28.58 41.32 25.87 -
YUV 158.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 112 189 125 0.41 0 0.34 0.26 130.13 0.37 0.59
Hex 70 BD 7D 29 0 22 1A 82 25 3B
Octal 160 275 175 51 0 42 32 202 45 73
Binary 1110000 10111101 1111101 101001 0 100010 11010 10000010 100101 111011

Color Harmonies of #70BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD7D

Black with #70BD7D

Text Example


Text Example

White with #70BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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