Html Css Color HEX #7FC38F Bay Leaf

📋 copy color: '#7FC38F'

red 127 ◦ green 195 ◦ blue 143

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

Shades of Bay Leaf #7FC38F

Tints of Bay Leaf #7FC38F

RGB

 RED value IS 127 (50% from 255) = 27.31%

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

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

R = 27.31%
G = 41.94%
B = 30.75%

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

#7FC38F (or 0x7FC38F) is known color: Bay Leaf. HEX triplet: 7F, C3 and 8F. RGB value is (127,195,143). Sum of RGB (Red+Green+Blue) = 127+195+143=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC38F is #803C70. Grayscale: #A8A8A8. Windows color (decimal): -8404081 or 9421695. OLE color: 9421695.

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

Color convert

RGB 127 195 143 -
CMYK 0.35 0 0.27 0.24
HSL 134.12º 0.36% 0.63% -
HSV(B) 134.12º 0.35% 0.76% -
XYZ 33.23 45.53 33.02 -
YUV 168.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 127 195 143 0.35 0 0.27 0.24 134.12 0.36 0.63
Hex 7F C3 8F 23 0 1B 18 86 24 3F
Octal 177 303 217 43 0 33 30 206 44 77
Binary 1111111 11000011 10001111 100011 0 11011 11000 10000110 100100 111111

Color Harmonies of #7FC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC38F

Black with #7FC38F

Text Example


Text Example

White with #7FC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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