Html Css Color HEX #70C773 Fern

📋 copy color: '#70C773'

red 112 ◦ green 199 ◦ blue 115

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

Shades of Fern #70C773

Tints of Fern #70C773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.71%

 BLUE value IS 115 (45.31% from 255) = 27%

R = 26.29%
G = 46.71%
B = 27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#70C773 (or 0x70C773) is known color: Fern. HEX triplet: 70, C7 and 73. RGB value is (112,199,115). Sum of RGB (Red+Green+Blue) = 112+199+115=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #70C773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C773 is #8F388C. Grayscale: #A3A3A3. Windows color (decimal): -9386125 or 7587696. OLE color: 7587696.

HSL color Cylindrical-coordinate representation of color #70C773: hue angle of 122.07º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C773 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 115 -
CMYK 0.44 0 0.42 0.22
HSL 122.07º 0.44% 0.61% -
HSV(B) 122.07º 0.44% 0.78% -
XYZ 30.2 45.53 23.42 -
YUV 163.41 100.68 91.33 -
System Red Green Blue C M Y K H S L
Decimal 112 199 115 0.44 0 0.42 0.22 122.07 0.44 0.61
Hex 70 C7 73 2C 0 2A 16 7A 2C 3D
Octal 160 307 163 54 0 52 26 172 54 75
Binary 1110000 11000111 1110011 101100 0 101010 10110 1111010 101100 111101

Color Harmonies of #70C773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C773

Black with #70C773

Text Example


Text Example

White with #70C773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,199,115); }

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

background-color css

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

 a { background-color: rgb(112,199,115); }

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

border-color css

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

 span { border-color: rgb(112,199,115); }

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