#7DC28E

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

Shades of Bay Leaf #7DC28E

Tints of Bay Leaf #7DC28E

Color information

#7DC28E (or 0x7DC28E) is unknown color: approx Bay Leaf. HEX triplet: 7D, C2 and 8E. RGB value is (125,194,142). Sum of RGB (Red+Green+Blue) = 125+194+142=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC28E is #823D71. Grayscale: #A7A7A7. Windows color (decimal): -8535410 or 9355901. OLE color: 9355901.

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

Color convert

RGB125194142-
CMYK0.3600.270.24
HSL134.78º36.13%62.55%-
HSV(B)134.78º35.57%76.08%-
XYZ32.6344.932.54-
YUV167.44113.6497.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=27.11%
G=42.08%
B=30.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941420.3600.270.24134.7836.1362.55
Hex7DC28E2401B1887243f
Octal17530221644033302074477
Binary111110111000010100011101001000110111100010000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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