Html Css Color HEX #70C083 Bay Leaf

📋 copy color: '#70C083'

red 112 ◦ green 192 ◦ blue 131

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

Shades of Bay Leaf #70C083

Tints of Bay Leaf #70C083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.14%

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

R = 25.75%
G = 44.14%
B = 30.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#70C083 (or 0x70C083) is known color: Bay Leaf. HEX triplet: 70, C0 and 83. RGB value is (112,192,131). Sum of RGB (Red+Green+Blue) = 112+192+131=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #70C083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C083 is #8F3F7C. Grayscale: #A1A1A1. Windows color (decimal): -9387901 or 8634480. OLE color: 8634480.

HSL color Cylindrical-coordinate representation of color #70C083: hue angle of 134.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C083 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 192 131 -
CMYK 0.42 0 0.32 0.25
HSL 134.25º 0.39% 0.6% -
HSV(B) 134.25º 0.42% 0.75% -
XYZ 29.63 42.78 28.17 -
YUV 161.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 112 192 131 0.42 0 0.32 0.25 134.25 0.39 0.6
Hex 70 C0 83 2A 0 20 19 86 27 3C
Octal 160 300 203 52 0 40 31 206 47 74
Binary 1110000 11000000 10000011 101010 0 100000 11001 10000110 100111 111100

Color Harmonies of #70C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C083

Black with #70C083

Text Example


Text Example

White with #70C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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