Html Css Color HEX #70BF84 Bay Leaf

📋 copy color: '#70BF84'

red 112 ◦ green 191 ◦ blue 132

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

Shades of Bay Leaf #70BF84

Tints of Bay Leaf #70BF84

RGB

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

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

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

R = 25.75%
G = 43.91%
B = 30.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#70BF84 (or 0x70BF84) is known color: Bay Leaf. HEX triplet: 70, BF and 84. RGB value is (112,191,132). Sum of RGB (Red+Green+Blue) = 112+191+132=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF84 is #8F407B. Grayscale: #A0A0A0. Windows color (decimal): -9388156 or 8699760. OLE color: 8699760.

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

Color convert

RGB 112 191 132 -
CMYK 0.41 0 0.31 0.25
HSL 135.19º 0.38% 0.59% -
HSV(B) 135.19º 0.41% 0.75% -
XYZ 29.48 42.37 28.45 -
YUV 160.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 112 191 132 0.41 0 0.31 0.25 135.19 0.38 0.59
Hex 70 BF 84 29 0 1F 19 87 26 3B
Octal 160 277 204 51 0 37 31 207 46 73
Binary 1110000 10111111 10000100 101001 0 11111 11001 10000111 100110 111011

Color Harmonies of #70BF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF84

Black with #70BF84

Text Example


Text Example

White with #70BF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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