Html Css Color HEX #70C367 Fern

📋 copy color: '#70C367'

red 112 ◦ green 195 ◦ blue 103

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

Shades of Fern #70C367

Tints of Fern #70C367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.12%

R = 27.32%
G = 47.56%
B = 25.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#70C367 (or 0x70C367) is known color: Fern. HEX triplet: 70, C3 and 67. RGB value is (112,195,103). Sum of RGB (Red+Green+Blue) = 112+195+103=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #70C367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C367 is #8F3C98. Grayscale: #9F9F9F. Windows color (decimal): -9387161 or 6800240. OLE color: 6800240.

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

Color convert

RGB 112 195 103 -
CMYK 0.43 0 0.47 0.24
HSL 114.13º 0.43% 0.58% -
HSV(B) 114.13º 0.47% 0.76% -
XYZ 28.65 43.45 19.71 -
YUV 159.7 96 93.98 -
System Red Green Blue C M Y K H S L
Decimal 112 195 103 0.43 0 0.47 0.24 114.13 0.43 0.58
Hex 70 C3 67 2B 0 2F 18 72 2B 3A
Octal 160 303 147 53 0 57 30 162 53 72
Binary 1110000 11000011 1100111 101011 0 101111 11000 1110010 101011 111010

Color Harmonies of #70C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C367

Black with #70C367

Text Example


Text Example

White with #70C367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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