Html Css Color HEX #70BC72 Fern

📋 copy color: '#70BC72'

red 112 ◦ green 188 ◦ blue 114

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

Shades of Fern #70BC72

Tints of Fern #70BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 27.05%
G = 45.41%
B = 27.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#70BC72 (or 0x70BC72) is known color: Fern. HEX triplet: 70, BC and 72. RGB value is (112,188,114). Sum of RGB (Red+Green+Blue) = 112+188+114=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC72 is #8F438D. Grayscale: #9D9D9D. Windows color (decimal): -9388942 or 7519344. OLE color: 7519344.

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

Color convert

RGB 112 188 114 -
CMYK 0.40 0 0.39 0.26
HSL 121.58º 0.36% 0.59% -
HSV(B) 121.58º 0.4% 0.74% -
XYZ 27.7 40.63 22.3 -
YUV 156.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 112 188 114 0.40 0 0.39 0.26 121.58 0.36 0.59
Hex 70 BC 72 28 0 27 1A 7A 24 3B
Octal 160 274 162 50 0 47 32 172 44 73
Binary 1110000 10111100 1110010 101000 0 100111 11010 1111010 100100 111011

Color Harmonies of #70BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC72

Black with #70BC72

Text Example


Text Example

White with #70BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,114); }

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

background-color css

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

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

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

border-color css

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

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

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