Html Css Color HEX #70BF66 Fern

📋 copy color: '#70BF66'

red 112 ◦ green 191 ◦ blue 102

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

Shades of Fern #70BF66

Tints of Fern #70BF66

RGB

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

 GREEN value IS 191 (75% from 255) = 47.16%

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 27.65%
G = 47.16%
B = 25.19%

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

#70BF66 (or 0x70BF66) is known color: Fern. HEX triplet: 70, BF and 66. RGB value is (112,191,102). Sum of RGB (Red+Green+Blue) = 112+191+102=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF66 is #8F4099. Grayscale: #9D9D9D. Windows color (decimal): -9388186 or 6733680. OLE color: 6733680.

HSL color Cylindrical-coordinate representation of color #70BF66: hue angle of 113.26º 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 #70BF66 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 191 102 -
CMYK 0.41 0 0.47 0.25
HSL 113.26º 0.41% 0.57% -
HSV(B) 113.26º 0.47% 0.75% -
XYZ 27.71 41.67 19.15 -
YUV 157.23 96.83 95.74 -
System Red Green Blue C M Y K H S L
Decimal 112 191 102 0.41 0 0.47 0.25 113.26 0.41 0.57
Hex 70 BF 66 29 0 2F 19 71 29 39
Octal 160 277 146 51 0 57 31 161 51 71
Binary 1110000 10111111 1100110 101001 0 101111 11001 1110001 101001 111001

Color Harmonies of #70BF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF66

Black with #70BF66

Text Example


Text Example

White with #70BF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,191,102); }

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

background-color css

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

 a { background-color: rgb(112,191,102); }

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

border-color css

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

 span { border-color: rgb(112,191,102); }

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