Html Css Color HEX #70C777 Fern

📋 copy color: '#70C777'

red 112 ◦ green 199 ◦ blue 119

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

Shades of Fern #70C777

Tints of Fern #70C777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 26.05%
G = 46.28%
B = 27.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#70C777 (or 0x70C777) is known color: Fern. HEX triplet: 70, C7 and 77. RGB value is (112,199,119). Sum of RGB (Red+Green+Blue) = 112+199+119=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #70C777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C777 is #8F3888. Grayscale: #A4A4A4. Windows color (decimal): -9386121 or 7849840. OLE color: 7849840.

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

Color convert

RGB 112 199 119 -
CMYK 0.44 0 0.40 0.22
HSL 124.83º 0.44% 0.61% -
HSV(B) 124.83º 0.44% 0.78% -
XYZ 30.44 45.62 24.65 -
YUV 163.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 112 199 119 0.44 0 0.40 0.22 124.83 0.44 0.61
Hex 70 C7 77 2C 0 28 16 7D 2C 3D
Octal 160 307 167 54 0 50 26 175 54 75
Binary 1110000 11000111 1110111 101100 0 101000 10110 1111101 101100 111101

Color Harmonies of #70C777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C777

Black with #70C777

Text Example


Text Example

White with #70C777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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