#7DC18E

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

Shades of Bay Leaf #7DC18E

Tints of Bay Leaf #7DC18E

Color information

#7DC18E (or 0x7DC18E) is unknown color: approx Bay Leaf. HEX triplet: 7D, C1 and 8E. RGB value is (125,193,142). Sum of RGB (Red+Green+Blue) = 125+193+142=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC18E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC18E is #823E71. Grayscale: #A6A6A6. Windows color (decimal): -8535666 or 9355645. OLE color: 9355645.

HSL color Cylindrical-coordinate representation of color #7DC18E: hue angle of 135º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC18E is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB125193142-
CMYK0.3500.260.24
HSL135º35.42%62.35%-
HSV(B)135º35.23%75.69%-
XYZ32.4144.4532.46-
YUV166.85113.9798.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.17%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=27.17%
G=41.96%
B=30.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931420.3500.260.2413535.4262.35
Hex7DC18E2301A1887233e
Octal17530121643032302074376
Binary111110111000001100011101000110110101100010000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DC18E; }

 p { color: rgb(125,193,142); }

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

<style>
 a { background-color: #7DC18E; }

 a { background-color: rgb(125,193,142); }

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

<style>
 span { border-color: #7DC18E; }

 span { border-color: rgb(125,193,142); }

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