Html Css Color HEX #70C57D Fern

📋 copy color: '#70C57D'

red 112 ◦ green 197 ◦ blue 125

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

Shades of Fern #70C57D

Tints of Fern #70C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.39%

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

R = 25.81%
G = 45.39%
B = 28.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#70C57D (or 0x70C57D) is known color: Fern. HEX triplet: 70, C5 and 7D. RGB value is (112,197,125). Sum of RGB (Red+Green+Blue) = 112+197+125=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #70C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C57D is #8F3A82. Grayscale: #A3A3A3. Windows color (decimal): -9386627 or 8242544. OLE color: 8242544.

HSL color Cylindrical-coordinate representation of color #70C57D: hue angle of 129.18º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C57D is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 125 -
CMYK 0.43 0 0.37 0.23
HSL 129.18º 0.42% 0.61% -
HSV(B) 129.18º 0.43% 0.77% -
XYZ 30.35 44.86 26.46 -
YUV 163.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 112 197 125 0.43 0 0.37 0.23 129.18 0.42 0.61
Hex 70 C5 7D 2B 0 25 17 81 2A 3D
Octal 160 305 175 53 0 45 27 201 52 75
Binary 1110000 11000101 1111101 101011 0 100101 10111 10000001 101010 111101

Color Harmonies of #70C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C57D

Black with #70C57D

Text Example


Text Example

White with #70C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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