Html Css Color HEX #7EC38F Bay Leaf

📋 copy color: '#7EC38F'

red 126 ◦ green 195 ◦ blue 143

#7EC38F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #7EC38F

Tints of Bay Leaf #7EC38F

RGB

 RED value IS 126 (49.61% from 255) = 27.16%

 GREEN value IS 195 (76.56% from 255) = 42.03%

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 27.16%
G = 42.03%
B = 30.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#7EC38F (or 0x7EC38F) is known color: Bay Leaf. HEX triplet: 7E, C3 and 8F. RGB value is (126,195,143). Sum of RGB (Red+Green+Blue) = 126+195+143=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC38F is #813C70. Grayscale: #A8A8A8. Windows color (decimal): -8469617 or 9421694. OLE color: 9421694.

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

Color convert

RGB 126 195 143 -
CMYK 0.35 0 0.27 0.24
HSL 134.78º 0.37% 0.63% -
HSV(B) 134.78º 0.35% 0.76% -
XYZ 33.08 45.45 33.02 -
YUV 168.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 126 195 143 0.35 0 0.27 0.24 134.78 0.37 0.63
Hex 7E C3 8F 23 0 1B 18 87 25 3F
Octal 176 303 217 43 0 33 30 207 45 77
Binary 1111110 11000011 10001111 100011 0 11011 11000 10000111 100101 111111

Color Harmonies of #7EC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC38F

Black with #7EC38F

Text Example


Text Example

White with #7EC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EC38F;
 }
 .AnyTagClassName
 {
   color: #7EC38F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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