Html Css Color HEX #70BC83 Bay Leaf

📋 copy color: '#70BC83'

red 112 ◦ green 188 ◦ blue 131

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

Shades of Bay Leaf #70BC83

Tints of Bay Leaf #70BC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.39%

R = 25.99%
G = 43.62%
B = 30.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#70BC83 (or 0x70BC83) is known color: Bay Leaf. HEX triplet: 70, BC and 83. RGB value is (112,188,131). Sum of RGB (Red+Green+Blue) = 112+188+131=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC83 is #8F437C. Grayscale: #9E9E9E. Windows color (decimal): -9388925 or 8633456. OLE color: 8633456.

HSL color Cylindrical-coordinate representation of color #70BC83: hue angle of 135º 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 #70BC83 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 131 -
CMYK 0.40 0 0.30 0.26
HSL 135º 0.36% 0.59% -
HSV(B) 135º 0.4% 0.74% -
XYZ 28.76 41.05 27.88 -
YUV 158.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 112 188 131 0.40 0 0.30 0.26 135 0.36 0.59
Hex 70 BC 83 28 0 1E 1A 87 24 3B
Octal 160 274 203 50 0 36 32 207 44 73
Binary 1110000 10111100 10000011 101000 0 11110 11010 10000111 100100 111011

Color Harmonies of #70BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC83

Black with #70BC83

Text Example


Text Example

White with #70BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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