#1FBF7E

Color #1FBF7E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1FBF7E

Tints of Mountain Meadow #1FBF7E

Color information

#1FBF7E (or 0x1FBF7E) is unknown color: approx Mountain Meadow. HEX triplet: 1F, BF and 7E. RGB value is (31,191,126). Sum of RGB (Red+Green+Blue) = 31+191+126=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBF7E is #E04081. Grayscale: #878787. Windows color (decimal): -14696578 or 8306463. OLE color: 8306463.

HSL color Cylindrical-coordinate representation of color #1FBF7E: hue angle of 155.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF7E is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB31191126-
CMYK0.8400.340.25
HSL155.62º72.07%43.53%-
HSV(B)155.62º83.77%74.9%-
XYZ22.9639.0626.07-
YUV135.75122.4953.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.91%
GREEN value IS 191 (75% from 255) = 54.89%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=8.91%
G=54.89%
B=36.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311911260.8400.340.25155.6272.0743.53
Hex1FBF7E54022199c482c
Octal372771761240423123411054
Binary111111011111111111101010100010001011001100111001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FBF7E; }

 p { color: rgb(31,191,126); }

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

<style>
 a { background-color: #1FBF7E; }

 a { background-color: rgb(31,191,126); }

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

<style>
 span { border-color: #1FBF7E; }

 span { border-color: rgb(31,191,126); }

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