Html Css Color HEX #70BE81 Bay Leaf

📋 copy color: '#70BE81'

red 112 ◦ green 190 ◦ blue 129

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

Shades of Bay Leaf #70BE81

Tints of Bay Leaf #70BE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 25.99%
G = 44.08%
B = 29.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#70BE81 (or 0x70BE81) is known color: Bay Leaf. HEX triplet: 70, BE and 81. RGB value is (112,190,129). Sum of RGB (Red+Green+Blue) = 112+190+129=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE81 is #8F417E. Grayscale: #9F9F9F. Windows color (decimal): -9388415 or 8502896. OLE color: 8502896.

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

Color convert

RGB 112 190 129 -
CMYK 0.41 0 0.32 0.25
HSL 133.08º 0.38% 0.59% -
HSV(B) 133.08º 0.41% 0.75% -
XYZ 29.06 41.86 27.32 -
YUV 159.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 112 190 129 0.41 0 0.32 0.25 133.08 0.38 0.59
Hex 70 BE 81 29 0 20 19 85 26 3B
Octal 160 276 201 51 0 40 31 205 46 73
Binary 1110000 10111110 10000001 101001 0 100000 11001 10000101 100110 111011

Color Harmonies of #70BE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE81

Black with #70BE81

Text Example


Text Example

White with #70BE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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