Html Css Color HEX #70C378 Fern

📋 copy color: '#70C378'

red 112 ◦ green 195 ◦ blue 120

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

Shades of Fern #70C378

Tints of Fern #70C378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

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

R = 26.23%
G = 45.67%
B = 28.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#70C378 (or 0x70C378) is known color: Fern. HEX triplet: 70, C3 and 78. RGB value is (112,195,120). Sum of RGB (Red+Green+Blue) = 112+195+120=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #70C378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C378 is #8F3C87. Grayscale: #A1A1A1. Windows color (decimal): -9387144 or 7914352. OLE color: 7914352.

HSL color Cylindrical-coordinate representation of color #70C378: hue angle of 125.78º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C378 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 120 -
CMYK 0.43 0 0.38 0.24
HSL 125.78º 0.41% 0.6% -
HSV(B) 125.78º 0.43% 0.76% -
XYZ 29.59 43.83 24.67 -
YUV 161.63 104.5 92.6 -
System Red Green Blue C M Y K H S L
Decimal 112 195 120 0.43 0 0.38 0.24 125.78 0.41 0.6
Hex 70 C3 78 2B 0 26 18 7E 29 3C
Octal 160 303 170 53 0 46 30 176 51 74
Binary 1110000 11000011 1111000 101011 0 100110 11000 1111110 101001 111100

Color Harmonies of #70C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C378

Black with #70C378

Text Example


Text Example

White with #70C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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