Html Css Color HEX #70BC7B Fern

📋 copy color: '#70BC7B'

red 112 ◦ green 188 ◦ blue 123

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

Shades of Fern #70BC7B

Tints of Fern #70BC7B

RGB

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

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

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

R = 26.48%
G = 44.44%
B = 29.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#70BC7B (or 0x70BC7B) is known color: Fern. HEX triplet: 70, BC and 7B. RGB value is (112,188,123). Sum of RGB (Red+Green+Blue) = 112+188+123=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC7B is #8F4384. Grayscale: #9E9E9E. Windows color (decimal): -9388933 or 8109168. OLE color: 8109168.

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

Color convert

RGB 112 188 123 -
CMYK 0.40 0 0.35 0.26
HSL 128.68º 0.36% 0.59% -
HSV(B) 128.68º 0.4% 0.74% -
XYZ 28.24 40.84 25.13 -
YUV 157.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 112 188 123 0.40 0 0.35 0.26 128.68 0.36 0.59
Hex 70 BC 7B 28 0 23 1A 81 24 3B
Octal 160 274 173 50 0 43 32 201 44 73
Binary 1110000 10111100 1111011 101000 0 100011 11010 10000001 100100 111011

Color Harmonies of #70BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC7B

Black with #70BC7B

Text Example


Text Example

White with #70BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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