Html Css Color HEX #70C280 Bay Leaf

📋 copy color: '#70C280'

red 112 ◦ green 194 ◦ blue 128

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

Shades of Bay Leaf #70C280

Tints of Bay Leaf #70C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 25.81%
G = 44.7%
B = 29.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#70C280 (or 0x70C280) is known color: Bay Leaf. HEX triplet: 70, C2 and 80. RGB value is (112,194,128). Sum of RGB (Red+Green+Blue) = 112+194+128=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #70C280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C280 is #8F3D7F. Grayscale: #A2A2A2. Windows color (decimal): -9387392 or 8438384. OLE color: 8438384.

HSL color Cylindrical-coordinate representation of color #70C280: hue angle of 131.71º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C280 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 194 128 -
CMYK 0.42 0 0.34 0.24
HSL 131.71º 0.4% 0.6% -
HSV(B) 131.71º 0.42% 0.76% -
XYZ 29.87 43.59 27.26 -
YUV 161.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 112 194 128 0.42 0 0.34 0.24 131.71 0.4 0.6
Hex 70 C2 80 2A 0 22 18 84 28 3C
Octal 160 302 200 52 0 42 30 204 50 74
Binary 1110000 11000010 10000000 101010 0 100010 11000 10000100 101000 111100

Color Harmonies of #70C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C280

Black with #70C280

Text Example


Text Example

White with #70C280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,194,128); }

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

background-color css

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

 a { background-color: rgb(112,194,128); }

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

border-color css

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

 span { border-color: rgb(112,194,128); }

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