Html Css Color HEX #70C578 Fern

📋 copy color: '#70C578'

red 112 ◦ green 197 ◦ blue 120

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

Shades of Fern #70C578

Tints of Fern #70C578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 26.11%
G = 45.92%
B = 27.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#70C578 (or 0x70C578) is known color: Fern. HEX triplet: 70, C5 and 78. RGB value is (112,197,120). Sum of RGB (Red+Green+Blue) = 112+197+120=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #70C578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C578 is #8F3A87. Grayscale: #A3A3A3. Windows color (decimal): -9386632 or 7914864. OLE color: 7914864.

HSL color Cylindrical-coordinate representation of color #70C578: hue angle of 125.65º 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 #70C578 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 120 -
CMYK 0.43 0 0.39 0.23
HSL 125.65º 0.42% 0.61% -
HSV(B) 125.65º 0.43% 0.77% -
XYZ 30.04 44.73 24.82 -
YUV 162.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 112 197 120 0.43 0 0.39 0.23 125.65 0.42 0.61
Hex 70 C5 78 2B 0 27 17 7E 2A 3D
Octal 160 305 170 53 0 47 27 176 52 75
Binary 1110000 11000101 1111000 101011 0 100111 10111 1111110 101010 111101

Color Harmonies of #70C578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C578

Black with #70C578

Text Example


Text Example

White with #70C578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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