Html Css Color HEX #70BC82 Bay Leaf

📋 copy color: '#70BC82'

red 112 ◦ green 188 ◦ blue 130

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

Shades of Bay Leaf #70BC82

Tints of Bay Leaf #70BC82

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 26.05%
G = 43.72%
B = 30.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#70BC82 (or 0x70BC82) is known color: Bay Leaf. HEX triplet: 70, BC and 82. RGB value is (112,188,130). Sum of RGB (Red+Green+Blue) = 112+188+130=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC82 is #8F437D. Grayscale: #9E9E9E. Windows color (decimal): -9388926 or 8567920. OLE color: 8567920.

HSL color Cylindrical-coordinate representation of color #70BC82: hue angle of 134.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC82 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 130 -
CMYK 0.40 0 0.31 0.26
HSL 134.21º 0.36% 0.59% -
HSV(B) 134.21º 0.4% 0.74% -
XYZ 28.69 41.02 27.52 -
YUV 158.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 112 188 130 0.40 0 0.31 0.26 134.21 0.36 0.59
Hex 70 BC 82 28 0 1F 1A 86 24 3B
Octal 160 274 202 50 0 37 32 206 44 73
Binary 1110000 10111100 10000010 101000 0 11111 11010 10000110 100100 111011

Color Harmonies of #70BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC82

Black with #70BC82

Text Example


Text Example

White with #70BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,130); }

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

background-color css

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

 a { background-color: rgb(112,188,130); }

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

border-color css

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

 span { border-color: rgb(112,188,130); }

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