Html Css Color HEX #70BF80 Bay Leaf

📋 copy color: '#70BF80'

red 112 ◦ green 191 ◦ blue 128

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

Shades of Bay Leaf #70BF80

Tints of Bay Leaf #70BF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 25.99%
G = 44.32%
B = 29.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#70BF80 (or 0x70BF80) is known color: Bay Leaf. HEX triplet: 70, BF and 80. RGB value is (112,191,128). Sum of RGB (Red+Green+Blue) = 112+191+128=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF80 is #8F407F. Grayscale: #A0A0A0. Windows color (decimal): -9388160 or 8437616. OLE color: 8437616.

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

Color convert

RGB 112 191 128 -
CMYK 0.41 0 0.33 0.25
HSL 132.15º 0.38% 0.59% -
HSV(B) 132.15º 0.41% 0.75% -
XYZ 29.21 42.26 27.04 -
YUV 160.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 112 191 128 0.41 0 0.33 0.25 132.15 0.38 0.59
Hex 70 BF 80 29 0 21 19 84 26 3B
Octal 160 277 200 51 0 41 31 204 46 73
Binary 1110000 10111111 10000000 101001 0 100001 11001 10000100 100110 111011

Color Harmonies of #70BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF80

Black with #70BF80

Text Example


Text Example

White with #70BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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