Html Css Color HEX #70BD84 Bay Leaf

📋 copy color: '#70BD84'

red 112 ◦ green 189 ◦ blue 132

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

Shades of Bay Leaf #70BD84

Tints of Bay Leaf #70BD84

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 25.87%
G = 43.65%
B = 30.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#70BD84 (or 0x70BD84) is known color: Bay Leaf. HEX triplet: 70, BD and 84. RGB value is (112,189,132). Sum of RGB (Red+Green+Blue) = 112+189+132=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD84 is #8F427B. Grayscale: #9F9F9F. Windows color (decimal): -9388668 or 8699248. OLE color: 8699248.

HSL color Cylindrical-coordinate representation of color #70BD84: hue angle of 135.58º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD84 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 132 -
CMYK 0.41 0 0.30 0.26
HSL 135.58º 0.37% 0.59% -
HSV(B) 135.58º 0.41% 0.74% -
XYZ 29.04 41.51 28.31 -
YUV 159.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 112 189 132 0.41 0 0.30 0.26 135.58 0.37 0.59
Hex 70 BD 84 29 0 1E 1A 88 25 3B
Octal 160 275 204 51 0 36 32 210 45 73
Binary 1110000 10111101 10000100 101001 0 11110 11010 10001000 100101 111011

Color Harmonies of #70BD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD84

Black with #70BD84

Text Example


Text Example

White with #70BD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,132); }

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

background-color css

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

 a { background-color: rgb(112,189,132); }

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

border-color css

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

 span { border-color: rgb(112,189,132); }

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