#7DC38F

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

Shades of Bay Leaf #7DC38F

Tints of Bay Leaf #7DC38F

Color information

#7DC38F (or 0x7DC38F) is unknown color: approx Bay Leaf. HEX triplet: 7D, C3 and 8F. RGB value is (125,195,143). Sum of RGB (Red+Green+Blue) = 125+195+143=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC38F is #823C70. Grayscale: #A8A8A8. Windows color (decimal): -8535153 or 9421693. OLE color: 9421693.

HSL color Cylindrical-coordinate representation of color #7DC38F: hue angle of 135.43º degrees, saturation: 0.37, 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 #7DC38F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB125195143-
CMYK0.3600.270.24
HSL135.43º36.84%62.75%-
HSV(B)135.43º35.9%76.47%-
XYZ32.9345.3733.01-
YUV168.14113.8197.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 195 (76.56% from 255) = 42.12%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=27.00%
G=42.12%
B=30.89%

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
Decimal1251951430.3600.270.24135.4336.8462.75
Hex7DC38F2401B1887253f
Octal17530321744033302074577
Binary111110111000011100011111001000110111100010000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,195,143); }

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

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

 a { background-color: rgb(125,195,143); }

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

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

 span { border-color: rgb(125,195,143); }

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