#70C383

Color #70C383 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #70C383

Tints of Bay Leaf #70C383

Color information

#70C383 (or 0x70C383) is unknown color: approx 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

RGB112195131-
CMYK0.4300.330.24
HSL133.73º40.89%60.2%-
HSV(B)133.73º42.56%76.47%-
XYZ30.2944.1128.39-
YUV162.8911091.7-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951310.4300.330.24133.7340.8960.2
Hex70C3832B0211886293c
Octal16030320353041302065174
Binary1110000110000111000001110101101000011100010000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>