#70BF81

Color #70BF81 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #70BF81

Tints of Bay Leaf #70BF81

Color information

#70BF81 (or 0x70BF81) is unknown color: approx Bay Leaf. HEX triplet: 70, BF and 81. RGB value is (112,191,129). Sum of RGB (Red+Green+Blue) = 112+191+129=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF81 is #8F407E. Grayscale: #A0A0A0. Windows color (decimal): -9388159 or 8503152. OLE color: 8503152.

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

Color convert

RGB112191129-
CMYK0.4100.320.25
HSL132.91º38.16%59.41%-
HSV(B)132.91º41.36%74.9%-
XYZ29.2842.2927.39-
YUV160.31110.3393.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=25.93%
G=44.21%
B=29.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911290.4100.320.25132.9138.1659.41
Hex70BF81290201985263b
Octal16027720151040312054673
Binary1110000101111111000000110100101000001100110000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70BF81;
 }
 .AnyTagClassName
 {
   color: #70BF81;
 }
</style>
background-color css

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

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

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

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

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

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