#70C284

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

Shades of Bay Leaf #70C284

Tints of Bay Leaf #70C284

Color information

#70C284 (or 0x70C284) is unknown color: approx Bay Leaf. HEX triplet: 70, C2 and 84. RGB value is (112,194,132). Sum of RGB (Red+Green+Blue) = 112+194+132=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #70C284 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C284 is #8F3D7B. Grayscale: #A2A2A2. Windows color (decimal): -9387388 or 8700528. OLE color: 8700528.

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

Color convert

RGB112194132-
CMYK0.4200.320.24
HSL134.63º40.2%60%-
HSV(B)134.63º42.27%76.08%-
XYZ30.1443.6928.68-
YUV162.41110.8392.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 194 (76.17% from 255) = 44.29%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=25.57%
G=44.29%
B=30.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121941320.4200.320.24134.6340.260
Hex70C2842A0201887283c
Octal16030220452040302075074
Binary1110000110000101000010010101001000001100010000111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C284;
 }
 .AnyTagClassName
 {
   color: #70C284;
 }
</style>
background-color css

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

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

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

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

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

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