Html Css Color HEX #70BE65 Fern

📋 copy color: '#70BE65'

red 112 ◦ green 190 ◦ blue 101

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

Shades of Fern #70BE65

Tints of Fern #70BE65

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.15%

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 27.79%
G = 47.15%
B = 25.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#70BE65 (or 0x70BE65) is known color: Fern. HEX triplet: 70, BE and 65. RGB value is (112,190,101). Sum of RGB (Red+Green+Blue) = 112+190+101=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE65 is #8F419A. Grayscale: #9C9C9C. Windows color (decimal): -9388443 or 6667888. OLE color: 6667888.

HSL color Cylindrical-coordinate representation of color #70BE65: hue angle of 112.58º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70BE65 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 101 -
CMYK 0.41 0 0.47 0.25
HSL 112.58º 0.41% 0.57% -
HSV(B) 112.58º 0.47% 0.75% -
XYZ 27.44 41.21 18.82 -
YUV 156.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 112 190 101 0.41 0 0.47 0.25 112.58 0.41 0.57
Hex 70 BE 65 29 0 2F 19 71 29 39
Octal 160 276 145 51 0 57 31 161 51 71
Binary 1110000 10111110 1100101 101001 0 101111 11001 1110001 101001 111001

Color Harmonies of #70BE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE65

Black with #70BE65

Text Example


Text Example

White with #70BE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,190,101); }

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

background-color css

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

 a { background-color: rgb(112,190,101); }

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

border-color css

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

 span { border-color: rgb(112,190,101); }

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