Html Css Color HEX #70C381 Bay Leaf

📋 copy color: '#70C381'

red 112 ◦ green 195 ◦ blue 129

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

Shades of Bay Leaf #70C381

Tints of Bay Leaf #70C381

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.72%

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 25.69%
G = 44.72%
B = 29.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#70C381 (or 0x70C381) is known color: Bay Leaf. HEX triplet: 70, C3 and 81. RGB value is (112,195,129). Sum of RGB (Red+Green+Blue) = 112+195+129=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #70C381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C381 is #8F3C7E. Grayscale: #A2A2A2. Windows color (decimal): -9387135 or 8504176. OLE color: 8504176.

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

Color convert

RGB 112 195 129 -
CMYK 0.43 0 0.34 0.24
HSL 132.29º 0.41% 0.6% -
HSV(B) 132.29º 0.43% 0.76% -
XYZ 30.16 44.06 27.68 -
YUV 162.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 112 195 129 0.43 0 0.34 0.24 132.29 0.41 0.6
Hex 70 C3 81 2B 0 22 18 84 29 3C
Octal 160 303 201 53 0 42 30 204 51 74
Binary 1110000 11000011 10000001 101011 0 100010 11000 10000100 101001 111100

Color Harmonies of #70C381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C381

Black with #70C381

Text Example


Text Example

White with #70C381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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