Html Css Color HEX #70C383 Bay Leaf

📋 copy color: '#70C383'

red 112 ◦ green 195 ◦ blue 131

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

Shades of Bay Leaf #70C383

Tints of Bay Leaf #70C383

RGB

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

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

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

R = 25.57%
G = 44.52%
B = 29.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#70C383 (or 0x70C383) is known color: Bay Leaf. HEX triplet: 70, C3 and 83. RGB value is (112,195,131). Sum of RGB (Red+Green+Blue) = 112+195+131=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #70C383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C383 is #8F3C7C. Grayscale: #A3A3A3. Windows color (decimal): -9387133 or 8635248. OLE color: 8635248.

HSL color Cylindrical-coordinate representation of color #70C383: hue angle of 133.73º 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 #70C383 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 131 -
CMYK 0.43 0 0.33 0.24
HSL 133.73º 0.41% 0.6% -
HSV(B) 133.73º 0.43% 0.76% -
XYZ 30.29 44.11 28.39 -
YUV 162.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 112 195 131 0.43 0 0.33 0.24 133.73 0.41 0.6
Hex 70 C3 83 2B 0 21 18 86 29 3C
Octal 160 303 203 53 0 41 30 206 51 74
Binary 1110000 11000011 10000011 101011 0 100001 11000 10000110 101001 111100

Color Harmonies of #70C383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C383

Black with #70C383

Text Example


Text Example

White with #70C383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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