Html Css Color HEX #70BD7B Fern

📋 copy color: '#70BD7B'

red 112 ◦ green 189 ◦ blue 123

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

Shades of Fern #70BD7B

Tints of Fern #70BD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 26.42%
G = 44.58%
B = 29.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#70BD7B (or 0x70BD7B) is known color: Fern. HEX triplet: 70, BD and 7B. RGB value is (112,189,123). Sum of RGB (Red+Green+Blue) = 112+189+123=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD7B is #8F4284. Grayscale: #9E9E9E. Windows color (decimal): -9388677 or 8109424. OLE color: 8109424.

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

Color convert

RGB 112 189 123 -
CMYK 0.41 0 0.35 0.26
HSL 128.57º 0.37% 0.59% -
HSV(B) 128.57º 0.41% 0.74% -
XYZ 28.45 41.27 25.21 -
YUV 158.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 112 189 123 0.41 0 0.35 0.26 128.57 0.37 0.59
Hex 70 BD 7B 29 0 23 1A 81 25 3B
Octal 160 275 173 51 0 43 32 201 45 73
Binary 1110000 10111101 1111011 101001 0 100011 11010 10000001 100101 111011

Color Harmonies of #70BD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD7B

Black with #70BD7B

Text Example


Text Example

White with #70BD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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